ソースを参照

text file added

ThuyKhong 8 年 前
コミット
12cf7c138f
共有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.