Monday, February 11, 2008

Still working

Riverdog said; Just sent you the testAverage1.1 print out. I still have the same error and can not get it cleared up yet! Bruce

// This program will display and average three test scores.
public class TestAverage{ public static void main(String[] args){ double testScoreA, testScoreB, testScoreC testscoreA = 86 testscoreB = 76 testscoreC = 98
average = +testscoreA+,+testscoreB+,+testscoreC+; System.out.println your test scores of ("+testscoreA+","+testscoreB+","+testscoreC+) System.out.println "your average score of "+average+"

No comments: