Thread
:
From C to Java
View Single Post
07-12-2004, 04:37 PM
#
7
(
permalink
)
HighterDK
Registered User
Join Date: Jul 2004
Posts: 6
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
View Public Profile
Find More Posts by HighterDK