Question: Write an int ( input ( ) ) statement to read an integer from input and assign the integer to a variable named num _

Write an int(input()) statement to read an integer from input and assign the integer to a variable named num_tomatoes.
If the input is 8, then the output is:
The store has 8+5 tomatoes, so 13 tomatoes.
If the input is 4, then the output is:
The store has 4+5 tomatoes, so 9 tomatoes.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!