Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

hello I need help with this Programming assignment 6 that was supposed to be due last night. I need help on this ASAP please. I

hello I need help with this Programming assignment 6 that was supposed to be due last night. I need help on this ASAP please. I hope with what i'm going to send you that you will be able to see the picture clearly because I tried to upload it yesterday and I was told that it is not clear. Please do try and give it to me soon. image text in transcribedimage text in transcribedimage text in transcribed

Here is the Programming assignment 5 that you will need to help you solve this new program .image text in transcribedimage text in transcribedimage text in transcribed

I hope you will be able to see it clearly.

Programing Assignment 06: Due on Thursday 3/4/2021 (Send .cpp file and screen shot of your output windows for correct and incorrect answers to Blackboard) Follow instructions to create a visual C++ project, add the C++ code, compile, run and fix errors. Save it to your Lab Assignment Folder in your Z drive or to your laptop. Write your Name, course, and date as comments on first line. // First and last name CSDP 221 Program 06 03/4/21 Explain what the program is to do along with any directions or instructions needed for program users Multiplication Exercise for young Students Modify program 05 to display a message informing the student who got an incorrect answer, whether that answer is close to the correct answer (above or below the correct answer by 2) or not and ask them to try again. Expected outputs: G Microsoft Visual Studio Debug Console heck your mu ation facte**** Expected outputs: C Microsoft Visual Studio Debug Console ****Check your multiplication Facts**** 6 x 4 = Please enter your the answer for 6 x 4 = 25 Press enter to check your answer d6 x 4 = 24 Incorrect answer, but it's close to the correct answer. Please try again! A Microsoft Visual Studio Debug Console ****Check your multiplication Facts**** 2 x 8 = Please enter your the answer for 2 x 8 = 18 Press enter to check your answer 2 x 8 = 16 Incorrect answer, but it's close to the correct answer. Please try again! C Microsoft Visual Studio Debug Console ****Check your multiplication Facts**** 3 x 8 = Please enter your the answer for 13 x 8 = 28 Press enter to check your answer ... 3 x 8 = 24 // Odochi Nwokochah CSDP Program 05 03/2/21 #include #include #include #include using namespace std; int main() int a, b, min, max, ans; min - 1; max - 12; srand(time(0); // This next two lines will give us two numbers on the basisof random function and min and max a = (rand() + (max - min + 1)) + min; b - (rand() + (max - min + 1)) + min; cout > ans: wanan cout

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

=+ Who is the negotiation partner at company level?

Answered: 1 week ago

Question

=+Which associations exist?

Answered: 1 week ago