write the algorithm to get five marks from user
Answers
Answered by
1
Answer:
Explanation:
Logic to find total, average and percentage. Input marks of five subjects. ... Calculate sum of all subjects and store in total = eng + phy + chem + math + comp . Divide sum of all subjects by total number of subject to find average i.e. average = total / 5 . Calculate percentage using percentage = (total / 500) * 100 ...
Answered by
1
Answer:
Input marks of five subjects. ... Calculate sum of all subjects and store in total = eng + phy + chem + math + comp . Divide sum of all subjects by total number of subject to find average i.e. average = total / 5 . Calculate percentage using percentage = (total / 500) * 100 ...
Similar questions