Question: This assignment is to be completed in CodeBlocks or related IDE/compiler I need and would appreciate help coding this in C++ format. Thank you! The
This assignment is to be completed in CodeBlocks or related IDE/compiler
I need and would appreciate help coding this in C++ format. Thank you!
The assignment consists in developing a quadratic calculator in C++ for the expression: a x2 + b x + c = 0. The program is expected to work as follows:
1. Declare the variables a, b, c, first_name, and last_name in your program by selecting the most suitable data type for each variable.
2. Read the user's first and last names
3. Greet the user using his/her first name (only the first name here) and then ask the values for a, b, and c. For example (the user's input is in indicated in bold):
Please enter your name (first last):John Smith
Hi John, enter the parameters a, b, c of the quadratic:
Enter a: 1
Enter b: 2
Enter c: 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
