The row has the following format: ID E1 E2 E3 Final Projects Quizzes

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Type in C Also use NULL for the FILE infp and outfp, if possible can you make it look similar to the code below when doing the problem. Also make sure the student ID shows for each line for the output please.
The row has the following format:
ID E1 E2 E3 Final Projects Quizzes
The first row of the file contains full grade for that grading items in the
order listed above. Write a program to calculate the final grade for each
student and assign a letter grade for each of them. Write student
ID, your calculated grade, and letters in a file, one student at a line.
The weight for each item is E1(15%), E2(15%),
E2(15%), Final (25%), Projects (15%), Quizzes(15%)
123456TBRED
7
8
9
10
11
12
13
14
15
16
17
18
100
89
82
100
66
86
76
56
74
49
78
92
87
69
59
78
63
47
64
100
77
83
99
52
78
76
0
38
48
61
91
79
67
48
0
63
42
53
100
69
82
93
64
62
68
0
65
75
60
89
71
62
60
0
56
45
59
100
89
97
96
78
77
81
26
64
67
94
100
83
83
85
Por38
0
74
36
60
80
180
142
180
180
148
155
177
21
127
130
119
178
171
167
83
0
139
147
169
140
113
116
125
113
105
77
9
29
82
96
134
126
119
113
ܘ ܤ ܗ ܘ
368
83
36
88
Transcribed Image Text:The row has the following format: ID E1 E2 E3 Final Projects Quizzes The first row of the file contains full grade for that grading items in the order listed above. Write a program to calculate the final grade for each student and assign a letter grade for each of them. Write student ID, your calculated grade, and letters in a file, one student at a line. The weight for each item is E1(15%), E2(15%), E2(15%), Final (25%), Projects (15%), Quizzes(15%) 123456TBRED 7 8 9 10 11 12 13 14 15 16 17 18 100 89 82 100 66 86 76 56 74 49 78 92 87 69 59 78 63 47 64 100 77 83 99 52 78 76 0 38 48 61 91 79 67 48 0 63 42 53 100 69 82 93 64 62 68 0 65 75 60 89 71 62 60 0 56 45 59 100 89 97 96 78 77 81 26 64 67 94 100 83 83 85 Por38 0 74 36 60 80 180 142 180 180 148 155 177 21 127 130 119 178 171 167 83 0 139 147 169 140 113 116 125 113 105 77 9 29 82 96 134 126 119 113 ܘ ܤ ܗ ܘ 368 83 36 88
if ((infp fopen("input.txt", "r"))==NULL)
{
printf("Input file cannot be opened\n");
return -1;
}
if ((outfp fopen("output.txt", "w"))==NULL)
{
printf("Output file cannot be opened\n");
return -1;
}
Transcribed Image Text:if ((infp fopen("input.txt", "r"))==NULL) { printf("Input file cannot be opened\n"); return -1; } if ((outfp fopen("output.txt", "w"))==NULL) { printf("Output file cannot be opened\n"); return -1; }
Expert Solution
steps

Step by step

Solved in 4 steps with 5 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY