Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import java.util.Scanner;
- class Input {
- public static void main(String[] args) {
- Scanner inputobject = new Scanner(System.in);
- System.out.println("Hello, this script allows input, so please, try to input something!");
- String inputoutput = inputobject.nextLine();
- System.out.println(+ inputoutput);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement