Write a program that will read the user's age and print it to the console with the line "Your age is".
For example, if the user's age is 18, the program should print "Your age is 18".
Write a program that will read the user's age and print it to the console with the line "Your age is".
For example, if the user's age is 18, the program should print "Your age is 18".
Sample Input 1:
0Sample Output 1:
Your age is 0Create a free account to access the full topic