Question: Look at the following program #input age = int (input (Enter your age: )) age = age +1 # output print(next year, your age is
Look at the following program \#input age = int (input ("Enter your age: ")) age = age +1 \# output print("next year, your age is ", age) a) What is a comment in the above program? b) What is the input prompt in the above program? c) What is the processing part in the above program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
