Answered step by step
Verified Expert Solution
Question
1 Approved Answer
5. Write a program in C that accepts the ld, Name, and grade of 5 students using for loop. Write a switch case, which should
5. Write a program in C that accepts the ld, Name, and grade of 5 students using for loop. Write a switch case, which should display the description of the grade along with the ld and Name. Desc of grade given below in table 1. Grade Description Excellent 1 v Very Good Good Average F Fail Average Fail Table 1 Sample output showing 3 students only Enter your Id, Name and Grade 1001 john A Id: 1001 Name: john Average Enter your id, Name and Grade 1802 juana E 1 Id:1002 pame: juana Excellent Enter your Id, Name and Grade 1083 justin Id: 1983 Flame: justin Falled
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started