Computer Science, asked by Raza30, 6 months ago

write a java program to accept the marks of a student in three subjects calculate and print the total and average with appropriate message​

Answers

Answered by ThunderGirl
0

Answer:

That’s quite simple, for example, consider you have just completed your sem exams, and the result announced as:

Maths – 75

Science – 55

Operating Systems – 80

Dataware house – 75

Now, sum up all – 285/4 = 71.25 ( Your average marks )

So, your average of entire subjects are = 71.25 ( Formula stated below)

java program for average of marks

That’s a standard and the only way to calculate your average of marks. Now, check out the following programs.

Explanation:

hope it helps you

Similar questions