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