瀏覽代碼

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;