Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use clion to work out this question, thabk you! Input: from the user Output: standard output AND file named program3.txt Write a program that will

Use clion to work out this question, thabk you! image text in transcribed
Input: from the user Output: standard output AND file named "program3.txt" Write a program that will calculate both roots of a quadratic equation. The program should ask the user to input a, b, and c and then write both roots to standard output (the screen) and a file named "program3.txt". Your program should print the roots ordered from least to greatest. If the quadratic equation has a negative discriminant your program should output "NO REAL ROOTS" If the two roots are the same only report one root ax2 + bx + c = 0 2a Sample Input 1, -3,-10 2, 5 3, 6, 3 2. -2,-12 2, 3 Sample Output -1 -,20ROOS

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

Database Marketing The Ultimate Marketing Tool

Authors: Edward L. Nash

1st Edition

0070460639, 978-0070460638

More Books

Students also viewed these Databases questions