+ 3
Suggestion ?
Can you give me something to work with I solved the equation ax²+bx+c=0 and i did't find something to do. I hope that you can Suggest me something to do note: I am not professional in programming
2 Respuestas
+ 30
x = [-b+-sqrt(b^2-4ac)]/2a
//use this and found both roots , though value of b^2-4ac will give nature of roots so it must be founded 1st .
do U need some coding challenges , question is unclear , have a look at this post ☺
https://www.sololearn.com/Discuss/1316935/?ref=app
+ 5
Try this one it's easy and interesting
https://www.sololearn.com/learn/13144/?ref=app