Java program to take input from the user

Java program to take input from the user


Output:

Enter a string:  www.coderegister.co.in
Enter an integer: 47
Enter a character: v
Enter a float value: 2.2
Entered Character is v
Entered Integer is 47
Entered String is www.coderegister.co.in

Implementation: