import java.util.Scanner;
class test {
public static void main (String [] args) {
Scanner in = new Scanner(System.in);
System.out.println("Input string is " + in.nextLine());
System.out.println("Input number is " + in.nextInt());
in.close();
}
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment