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