Click here to Skip to main content
15,887,985 members
Home / Discussions / Java
   

Java

 
QuestionJava Set Game Pin
Member 1186286325-Jul-15 6:58
Member 1186286325-Jul-15 6:58 
AnswerRe: Java Set Game Pin
Richard MacCutchan25-Jul-15 8:17
mveRichard MacCutchan25-Jul-15 8:17 
QuestionJava Applet Help Pin
Member 1072866723-Jul-15 0:38
Member 1072866723-Jul-15 0:38 
AnswerRe: Java Applet Help Pin
Richard MacCutchan23-Jul-15 21:12
mveRichard MacCutchan23-Jul-15 21:12 
GeneralRe: Java Applet Help Pin
anaQata31-Jul-15 4:58
professionalanaQata31-Jul-15 4:58 
GeneralRe: Java Applet Help Pin
Richard MacCutchan31-Jul-15 5:04
mveRichard MacCutchan31-Jul-15 5:04 
QuestionCode Help! Pin
Member 1072866719-Jul-15 7:58
Member 1072866719-Jul-15 7:58 
AnswerRe: Code Help! Pin
Wendelius19-Jul-15 9:13
mentorWendelius19-Jul-15 9:13 
If I understand your question correctly, you never get the correct GPA? If that is the case, it looks like you never call getGPA, you only use the initial (0.0) value.

So instead of
Java
System.out.printf(name + ", Your GPA is %.2f/n.", GPA);

Should you have
Java
System.out.printf(name + ", Your GPA is %.2f/n.", info.getGPA());


The same applies to credits and grade. You never seem to call addClass
GeneralRe: Code Help! Pin
Member 1072866719-Jul-15 9:29
Member 1072866719-Jul-15 9:29 
GeneralRe: Code Help! Pin
Wendelius19-Jul-15 9:34
mentorWendelius19-Jul-15 9:34 
GeneralRe: Code Help! Pin
Richard MacCutchan19-Jul-15 21:54
mveRichard MacCutchan19-Jul-15 21:54 
QuestionJava8 installer doesn't start w/o any messages Pin
moonwalker7206715-Jul-15 20:27
professionalmoonwalker7206715-Jul-15 20:27 
AnswerRe: Java8 installer doesn't start w/o any messages Pin
Richard MacCutchan15-Jul-15 21:40
mveRichard MacCutchan15-Jul-15 21:40 
QuestionJAVA Pin
Member 1183525613-Jul-15 20:24
Member 1183525613-Jul-15 20:24 
AnswerRe: JAVA Pin
Richard MacCutchan13-Jul-15 22:17
mveRichard MacCutchan13-Jul-15 22:17 
QuestionSales Tracking Assignment & Unfinished Code Pin
Member 1072866711-Jul-15 14:42
Member 1072866711-Jul-15 14:42 
QuestionRe: Sales Tracking Assignment & Unfinished Code Pin
Richard MacCutchan11-Jul-15 21:56
mveRichard MacCutchan11-Jul-15 21:56 
QuestionThe Use Of Webcam To Capture Image And Video Streaming Pin
goddynk8-Jul-15 1:28
goddynk8-Jul-15 1:28 
Questioni want to solve this probelem. pls help me. Pin
Member 118168846-Jul-15 3:56
Member 118168846-Jul-15 3:56 
GeneralRe: i want to solve this probelem. pls help me. Pin
PIEBALDconsult6-Jul-15 4:32
mvePIEBALDconsult6-Jul-15 4:32 
AnswerRe: i want to solve this probelem. pls help me. Pin
Richard MacCutchan6-Jul-15 5:30
mveRichard MacCutchan6-Jul-15 5:30 
AnswerRe: i want to solve this probelem. pls help me. Pin
Member 117346789-Jul-15 1:37
Member 117346789-Jul-15 1:37 
QuestionJava course Pin
Member 118100102-Jul-15 16:54
Member 118100102-Jul-15 16:54 
QuestionRe: Java course Pin
Richard MacCutchan2-Jul-15 21:19
mveRichard MacCutchan2-Jul-15 21:19 
AnswerRe: Java course Pin
vicsepu20036-Jul-15 9:58
vicsepu20036-Jul-15 9:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.