#23 tkhong102

Avoinna
tkhong102 haluaa yhdistää 1 committia lähteestä tkhong102/OldTexasCode:master kohteeseen master
3 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. BIN
      .DS_Store
  2. 1
    1
      CodeSamples/codeSamples/ReadAndPrintScores.java
  3. 1
    0
      ReadAndPrintScores.txt

BIN
.DS_Store Näytä tiedosto


+ 1
- 1
CodeSamples/codeSamples/ReadAndPrintScores.java Näytä tiedosto

@@ -15,4 +15,4 @@ public class ReadAndPrintScores
15 15
 	{	System.out.println( e );
16 16
 	}
17 17
     }
18
-}
18
+}

+ 1
- 0
ReadAndPrintScores.txt Näytä tiedosto

@@ -0,0 +1 @@
1
+The codes use a scanner to take user input for an integer, prints it out to the user, and store it in scores.