Computer Science, asked by syedhassankhan1, 11 months ago

write a program for finding percentage of marks obtained in exam.take input from the user?

Answers

Answered by Anonymous
14

Answer:

\huge{\underline{\underline{\bold{\fcolorbox{blue}{pink}{Answer}}}}}

Source Code: C Program To Calculate Average and Percentage of Marks Obtained

1.#include<stdio.h>

2.void percentage(float, float, float, int*,

3.float*, float*, float*);

4.int main()

5.{

6.float a, b, c, total = 0, avg = 0, percent = 0;

7.int max;

8.printf("Enter marks obtained in 3 subjects\n");

Answered by Anonymous
0

Answer:

Answer Attached In Photo

Attachments:
Similar questions