Computer Science, asked by guria98m, 1 month ago



write a program in java to enter the marks of English, Hindi and maths and calculate the total and average. plz reply fast. it's urgent ​

Answers

Answered by Ojeswini
0

Answer:

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 = (average / 500) * 100.

Similar questions