Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

intro c++ class and only using (1)#include , #include , using namespace std;(2) double and int to write this code. We have not learned float

image text in transcribed

intro c++ class and only using (1)#include, #include, using namespace std;(2) double and int to write this code. We have not learned float or any other form of header files.PROBLEM NO1- is a if-else and PROBLEM NO2-is a while-loop. Thank u

1. Write a C++ program to solve a quadrtic equation ax. + br + c = 0 . Use the discriminant b2-4ac to determine the type of the solutions and an if-else statement to select the solutions for each type. -1 solution, 2 real solutions, 2 imaginary solutions. Your code must solve regardless of types of solutions. 2. Write a program that uses a while-loop to calculate the factorial of and integer. 2)in

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

2. Describe why we form relationships

Answered: 1 week ago

Question

5. Outline the predictable stages of most relationships

Answered: 1 week ago