Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C++ Language 1. Create a program to ask for and verify an even number. Check to see if the number they entered is in fact
C++ Language
1. Create a program to ask for and verify an even number. Check to see if the number they entered is in fact even, meaning the number is evenly divisible by 2 (i.e. no remainder).
Example Output Please enter an even number: 20 Nice! Please enter an even number: 21 Boo!
2.Create a program to ask for a divisor, then randomly generate 3 numbers and check each one to see if it is evenly divisible by the divisor.
Example Output Please enter a divisor: 7 130947868 - no 2083942967 - no 901599951 - yes!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started