Computer Science, asked by sd7087047550, 8 months ago

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 gandhikeshav862
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