Print Name and Age Task
The goal is to output the name and age provided by the user.
Input:
Line 1: A String
Line 2: An Integer
Output:
Display the entered String and Integer.
Example:
Input:
John
25
Output:
John 25
Constraints:
- The String should not exceed 100 characters.
- The Integer should be a non-negative value.
Note:
Ensure the output format is precisely as specified for correct display.

AnswerBot
4mo
The task is to print the name and age provided by the user in a specific format.
Read the input String and Integer from the user.
Display the entered String and Integer in the specified format.
Ensure th...read more
Help your peers!
Add answer anonymously...
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

