Computer Science, asked by likithakompelly, 3 months ago

write a program on Java based on percentage

Answers

Answered by reenusingh1981
0

Answer:

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 = (average / 500) * 100. Finally, print resultant values total, average and percentage. :)

Similar questions