
-----------------------------------
supersaiyan1
Thu Nov 30, 2006 8:24 pm

Need help with Changing variables
-----------------------------------
var score : real
for test_num : 1 .. 5
    put "Enter the score for Test ",  test_num, "."
    loop
        get score
        exit when score >= 0 and score 