A University has the following information about its faculty and the number of graduate students that faculty members supervise in a file called grads.txt: Faculty id First name Last name # of graduate students The following is some sample data in the file: 239 Clifton Sudama 7 483 Ken Miller 3 The University has decided to give a research grant of $500 per graduate student to each faculty member who supervises graduate students. Your job is write a C program to read each faculty member's data from the file and output the id, first name, last name and total research grant awarded to the faculty member. Note that the file grads.dat contains 5 records. Your program must output a report both to the screen as well as to a file called research_grant.txt. In addition to your normal program and executed output, please submit your output file research_grant.txt also.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Using C not C++

A University has the following information about its faculty and the number of graduate students
that faculty members supervise in a file called grads.txt:
Faculty id
First name Last name
The following is some sample data in the file:
239
Clifton Sudama 7
483
Ken Miller 3
# of graduate students
The University has decided to give a research grant of $500 per graduate student to each faculty
member who supervises graduate students.
Your job is write a C program to read each faculty member's data from the file and output the id, first
name, last name and total research grant awarded to the faculty member. Note that the file grads.dat
contains 5 records. Your program must output a report both to the screen as well as to a file called
research_grant.txt. In addition to your normal program and executed output, please submit your output
file research_grant.txt also.
Transcribed Image Text:A University has the following information about its faculty and the number of graduate students that faculty members supervise in a file called grads.txt: Faculty id First name Last name The following is some sample data in the file: 239 Clifton Sudama 7 483 Ken Miller 3 # of graduate students The University has decided to give a research grant of $500 per graduate student to each faculty member who supervises graduate students. Your job is write a C program to read each faculty member's data from the file and output the id, first name, last name and total research grant awarded to the faculty member. Note that the file grads.dat contains 5 records. Your program must output a report both to the screen as well as to a file called research_grant.txt. In addition to your normal program and executed output, please submit your output file research_grant.txt also.
grads - Notepad
File Edit Format View Help
239 Clifton Sudama 7
483 Ken Miller 3
123 James Francis 5
234 Lennox Barnes 8
456 Cliff Jameson 4
Transcribed Image Text:grads - Notepad File Edit Format View Help 239 Clifton Sudama 7 483 Ken Miller 3 123 James Francis 5 234 Lennox Barnes 8 456 Cliff Jameson 4
Expert Solution
steps

Step by step

Solved in 4 steps with 4 images

Blurred answer
Knowledge Booster
File Input and Output Operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education