Can anyone tell me how to write a program to find the roots of the quadratic equation using switch case.
Quadratic equation
Collapse
X
-
Tags: None
-
Originally posted by mulhadheviCan anyone tell me how to write a program to find the roots of the quadratic equation using switch case. -
Originally posted by horace1do you have the algorithm to solve the roots? do you need to take account of complex roots? post the code you have so far.Comment
-
The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.
Please read the Posting Guidelines and particularly the Coursework Posting Guidlines.
Then when you are ready post a new question in this thread.
MODERATORComment
-
Originally posted by mulhadheviI want the full program. there are three roots ie repeated roots,real roots and complex roots. can u pls give me the full program.Comment
-
Comment