Create a program that performs the following tasks: a. b. c. Note: - Prompt the user for an integer number. Display the following menu: Number divisible by 3? Number between 10 and 100? Prompt the...




  1. Create a program that performs the following tasks:




a. b.


c.


Note: -


Prompt the user for an integer number. Display the following menu:




  1. Number divisible by 3?




  2. Number between 10 and 100?




Prompt the user to enter a choice. If the user enters the value 1, determine whether the value 3 is a divisor of the integer number and output an appropriate message. If the user enters the value 2, determine whether the integer number is less than 10, between 10 and 100, or greater than 100 and output an appropriate message. If the user enters a value other than 1 or 2, output a message indicating that the value is not a menu item. It is not expected to loop back to show the menu again. This is a run-once application.

Sep 19, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here