Programming Tutorials

Comment on Tutorial - Student marks calculation program in Java By Paawan Chaudhary



Comment Added by : belgreen frodo

Comment Added at : 2015-03-31 05:41:05

Comment on Tutorial : Student marks calculation program in Java By Paawan Chaudhary
write a program to prepare the student marks for six subject list with following requirements.
a) get the name of the student and marks for six subjects.
b) caculate the total,average and grade of the student.
c) display the name,marks,total,average and grade.


View Tutorial