Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import java.util.Scanner;
- public class Input {
- public static void main(String args[]{
- int x;
- Scanner sc = new Scaner(System.in);
- System.out.print("Input: ");
- x = sc.nextInt();
- System.out.println("Result: " + x);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment