Programming Tutorials

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



Comment Added by : James Chui

Comment Added at : 2015-08-03 00:48:50

Comment on Tutorial : Student marks calculation program in Java By Paawan Chaudhary
Pastoral College is a small college in the Midwest.
Create a program that accept a student's data:
an ID number, first and last name,
major field of study, and grade point average.
Display a student's data if the student's
grade point average is below 2.0 (ex. 1.75, 1.50)


View Tutorial