Thread: From C to Java
View Single Post
Old 07-12-2004, 04:37 PM   #7 (permalink)
HighterDK
Registered User
 
Join Date: Jul 2004
Posts: 6
HighterDK is on a distinguished road
This is the program output:

Code:
Test 1
80

Test 2
77

Test 3
85

Test 4
73
This is the correct output:
Code:
Test 1
80

Test 2
77

Test 3
84

Test 4
73
Format:
Test X
test_result
==> skip line
Test X+1
test_result
==> skip line
Test X+2
test_result
HighterDK is offline   Reply With Quote