Question: Exercise 2 Conditionals Exercise 2 Problem You will ask the user for a positive integer. The prompt portion for your input statement should be exactly

Exercise 2
Conditionals Exercise 2
Problem
You will ask the user for a positive integer. The prompt portion for your input statement should be exactly the following:
"Enter a positive integer: "
with the colon and one space at the end before the closing quote.
Write a program that determines if the number the user entered is divisible by 5. If yes, print __ is divisible by 5, where the blank is the value of their number. If no, print __ is not divisible by 5, where the blank is the value of their number.
Expected Output
If the user entered, then the output would be: 5
If the user entered, then the output would be:
 Exercise 2 Conditionals Exercise 2 Problem You will ask the user

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 Databases Questions!