#23 tkhong102

Open
tkhong102 wants to merge 1 commits from tkhong102/OldTexasCode:master into master
3 changed files with 2 additions and 1 deletions
  1. BIN
      .DS_Store
  2. 1
    1
      CodeSamples/codeSamples/ReadAndPrintScores.java
  3. 1
    0
      ReadAndPrintScores.txt

BIN
.DS_Store View File


+ 1
- 1
CodeSamples/codeSamples/ReadAndPrintScores.java View File

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

+ 1
- 0
ReadAndPrintScores.txt View File

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