#23 tkhong102

Открыто
tkhong102 хочет смерджить 1 коммит(ов) из tkhong102/OldTexasCode:master в master
3 измененных файлов: 2 добавлений и 1 удалений
  1. Двоичные данные
      .DS_Store
  2. 1
    1
      CodeSamples/codeSamples/ReadAndPrintScores.java
  3. 1
    0
      ReadAndPrintScores.txt

Двоичные данные
.DS_Store Просмотреть файл


+ 1
- 1
CodeSamples/codeSamples/ReadAndPrintScores.java Просмотреть файл

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

+ 1
- 0
ReadAndPrintScores.txt Просмотреть файл

@@ -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.