ソースを参照

Updating the game

Whitney Martinez 6 年 前
コミット
f36cbc669c
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2
    2
      Main.java

+ 2
- 2
Main.java ファイルの表示

@@ -7,8 +7,8 @@
7 7
      public static void main(String[] args){
8 8
 
9 9
          Scanner input = new Scanner(System.in);
10
-         System.out.println("Heres a fun little Guessing game!"+
11
-             "I'm thinking of a number between 1 and 30");
10
+         System.out.println("Here is a fun little Guessing game!"+
11
+             "I'm thinking of a number between 0 and 30");
12 12
          int r = (int)(Math.random()*30);
13 13
          int high = 0;
14 14
          int low =0;