Question: 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:
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 If yes, print is divisible by where the blank is the value of their number. If no print is not divisible by where the blank is the value of their number.
Expected Output
If the user entered then the output would be: is divisible by
If the user entered then the output would be: is not divisible by
Type Casting for output
Once you have tested your program using the Try It button with several different values and they all seem to work correctly, you can submit your program to the autograder using the Check It button.
TRY IT
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
