write a program to calculate percentage of marks of a given student in cbsc board exm in java code example
Example: write a program to calculate percentage of marks of a given student in cbsc board exm in java
Enter marks of five subjects..
Enter marks of English subjects:60
Enter marks of physics subjects:70
Enter marks of chemistry subjects:90
Enter marks of maths subjects:59
Enter marks of computers subjects:75
Total marks =344.0
Average marks = 68.8
Percentage = 68.8