Who can make a quadratic equation calculator using php? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Who can make a quadratic equation calculator using php?

4th Nov 2016, 5:11 AM
Great Opomu
Great Opomu - avatar
2 Antworten
+ 2
it is server side language, you have to use html to get user input and than use input value like <textarea name="hello"></textarea> you can use $_GET['hello']; you can also use $_POST. Use Shree dhar formula roor1=(-b+sqrt(b*b-4*a*c))/2*a; get root2 by changing + into - after -b.
4th Nov 2016, 6:54 AM
Aditya kumar pandey
Aditya kumar pandey - avatar
+ 2
thanks
4th Nov 2016, 7:06 AM
Great Opomu
Great Opomu - avatar