
The task is to print the Name and Age entered by the user
Line 1: A String
Line 2: An Integer
Output Format:
Print String and Integer
Ram
22
My name is Ram and my age is 22.
The String entered by the user is Ram
The integer entered by the user is 22
So the answer for the given test case is:
My Name is Ram and my age is 22.
The idea is to take the name and age from the user and print the name and age.