In this example, we are going to write a c program to Take Input of 5 Subject and find total and calculate percent. On the basis of percent provide grades like :
IF Per > 80 “A+”
Per >= 65 and per <=80 “A”
Per > =50 and per <=65 “B”
Per >= 42 and per <=50 “C”
Per < 42 “Fail”
Write a C Program To Take Input of 5 Subject, Find Total And Calculate Percent
Algorithm
Program
Output
need an explanation for this answer? contact us directly to get an explanation for this answer