Guest User

Untitled

a guest
May 27th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. import java.util.Random;
  2. import java.util.Scanner;
  3.  
  4. public class Assignment3 {
  5.  
  6. public static void main(String[] args){
  7.  
  8. Scanner pinput = new Scanner(System.in);
  9. String guess = keyboard.nextLine();
  10.  
  11. System.out.println("Hello, welcome to the game");
  12.  
  13. System.out.println("Let's play the Higher/Lower game! You will be given the opportunity to guess the number between 1 and 10.");
  14.  
  15. System.out.println("Enter your guess: " + guess);
  16.  
  17. }
  18. }
Add Comment
Please, Sign In to add comment