wap to print percentage of students. take marks of five subject as input and total marks is 500(100each). print output using \t naf \n
Answers
Answered by
0
Answer:
Explanation:
Write a C program to input marks of five subjects and calculate total, average and percentage. Logic to find total, average and percentage in C program. ... Input. Enter marks of five subjects: 95 76 85 90 89. Output Total = 435 ... Print all results */ printf("Total marks = %.2f\n", total); printf("Average marks ...
Similar questions