Posted by: MadeInnNepal November 2, 2011
Java Programming Help Needed Please !!
Login in to Rate this Post:     0       ?        
 saathi ko bhagwaan ko naam maa dayaa garera yeti code maa help gari dinu na please.


1-- Initiate 4 objects of "student" class and compute average G.P.A among 4 students.
2. Prompt user for all information on a student, validate GPA value ( i.e 0 < G.P.A < 4.0), then use the user input to initiate another student object.
Incase of an invalid G.P.A value, you should keep prompting the user for a valid G.P.A
3- Find the highest G.P.A value and the lowest G.P.A value
4- Also show which student ( by name ) has the highest G.P.A and which have the lowest G.P.A
5.Make sure you create a StudentTest class to test the program.
Read Full Discussion Thread for this article