Computer Science, asked by jayu3871, 6 months ago

write a program tp exct of five subject and calculate total mark

Answers

Answered by dhruvkumar14
1

Answer:

Logic to find total, average and percentage

1. Input marks of five subjects. ...

2. Calculate sum of all subjects and store in total = eng + phy + chem + math + comp .

3. Divide sum of all subjects by total number of subject to find average i.e. average = total / 5 .

4. Calculate percentage using percentage = (total / 500) * 100 .

Please please please mark my answer as a Brainlist

Similar questions