2. Task 1: Using do-while loop Write a do-while loop which validate and evaluate the input value for variable grade. NOTE:

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
100%

2. Task 1: Using do-while loop

Write a do-while loop which validate and evaluate the input value for variable grade.

NOTE:
The program will force the user to enter a valid grade.
When the user enter a valid grade, the program will evaluate the grade as passing or failing grade.
When the user enter an invalid grade, the program will only allow 3 invalid grade input.
Valid grade is from 0 to 100 only.
Passing grade is from 70 to 100.
Failing grdae is from 0 to 69.
NOTE:
Your source code must display any of the given sample output below.
It means your source code should be flexible enough to meet any of the given sample output.
Your source code output must be identical to any of the given sample output.
It means you have to strictly follow what are the displayed text, labels, casing of characters in the sample output.
OUTPUT 1
Enter Grade: 100
Remark: Passed
OUTPUT 2
Enter Grade: 69
Remark: Failed
OUTPUT 3
Enter Grade: -1
Remark: Invalid
Enter Grade: 101
Remark: Invalid
Enter Grade: -1
Remark: Invalid
Codio
Project
File
Edit
Find
Tools
Education
Help
> Project Index (static)
O Debug Current File
View
A Compile & Run
GMENDOZA83
task1.c
Terminal
2. Task 1: Using ...
case p INLI("Invatia Gr aues:
while ((ch = fgetc(invalid_file)) != EOF){
printf("%c,", ch);
printf(",");
}
65 ,
66
Collapse
67
68
69
2. Task 1: Using do-while loop
70
default:printf("Invalid Option");
71
Write a do-while loop which validate and
72
}
73
evaluate the input value for variable grade.
fclose (in_file);
fclose (pass_file);
fclose (fail_file);
fclose (invalid_file);
74
NOTE:
75
76
The program will force the user to enter a valid grade.
77
When the user enter a valid grade, the program will evaluate the grade as passing or
78
}
failing grade.
79
return 0;
When the user enter an invalid grade, the program will only allow 3 invalid grade input.
80
Valid grade is from 0 to 100 only.
81
//your codes here...
Passing grade is from 70 to 100.
82
Failing grdae is from 0 to 69.
83
84
85
NOTE:
86
Your source code must display any of the given sample output below.
87
It means your source code should be flexible enough to meet any of the given sample
88
output.
89
Your source code output must be identical to any of the given sample output.
90
It means you have to strictly follow what are the displayed text, labels, casing of
91
characters in the sample output.
92
93
94
OUTPUT 1
95
96
}
Enter Grade: 100
Remark: Passed
AR
4% (4:2)
Transcribed Image Text:Codio Project File Edit Find Tools Education Help > Project Index (static) O Debug Current File View A Compile & Run GMENDOZA83 task1.c Terminal 2. Task 1: Using ... case p INLI("Invatia Gr aues: while ((ch = fgetc(invalid_file)) != EOF){ printf("%c,", ch); printf(","); } 65 , 66 Collapse 67 68 69 2. Task 1: Using do-while loop 70 default:printf("Invalid Option"); 71 Write a do-while loop which validate and 72 } 73 evaluate the input value for variable grade. fclose (in_file); fclose (pass_file); fclose (fail_file); fclose (invalid_file); 74 NOTE: 75 76 The program will force the user to enter a valid grade. 77 When the user enter a valid grade, the program will evaluate the grade as passing or 78 } failing grade. 79 return 0; When the user enter an invalid grade, the program will only allow 3 invalid grade input. 80 Valid grade is from 0 to 100 only. 81 //your codes here... Passing grade is from 70 to 100. 82 Failing grdae is from 0 to 69. 83 84 85 NOTE: 86 Your source code must display any of the given sample output below. 87 It means your source code should be flexible enough to meet any of the given sample 88 output. 89 Your source code output must be identical to any of the given sample output. 90 It means you have to strictly follow what are the displayed text, labels, casing of 91 characters in the sample output. 92 93 94 OUTPUT 1 95 96 } Enter Grade: 100 Remark: Passed AR 4% (4:2)
Expert Solution
steps

Step by step

Solved in 2 steps with 3 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