View Single Post
Old 10-11-2012, 03:17 AM   PM User | #4
BillyPerron
New to the CF scene

 
Join Date: Oct 2012
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
BillyPerron is an unknown quantity at this point
I tried what I thought was your solution

Ok so I took what I believe to be the soultion and did this
Code:
 JOptionPane.showMessageDialog( null, "Class Grades Counted " + gradeCounter 
    			  + \n "Class Average" + total/gradeCounter,
    			  
    			  "Class Average Totals", 
    			  JOptionPane.INFORMATION_MESSAGE );
When I do this the eclipse environment tells me "Sytax error on tokens, delete these tokens", What did i do wrong?
BillyPerron is offline   Reply With Quote