+ 2
What is the best way to write programme to solve equation (ax^2+bx+c=0)? I mean which language have to shose it?
analysis
4 ответов
+ 7
It's correct that you can use any language to solve a quadratic equation, given that you know how to utilize variables and apply proper formulas to solve it.
+ 6
you cando it in any language......
here's one I made using javascript
https://code.sololearn.com/WArCx680UYG7/?ref=app
+ 2
U can use C++
+ 2
Easy way