+ 1
How to take Input a quadratic equation c# ?
I want to take Input like ( ax^2 + bx + c ) in c# console application.
3 Answers
+ 2
just input a, b, c.
it describes completely.
+ 1
Use Console.ReadLine
Console.ReadLine returns a string when you are working with numbers you have to convert them.
If you have 3 numbers use Console.ReadLine 3 times
+ 1
đ€đ€
Please use this article, I hope it solves your problem
https://www.codeproject.com/Articles/23061/MathParser-Math-Formula-Parser