0
What is the turbo C++ program to find solution of quadratic equation by Bisection, Newton Raphson & Secant method
2 Respostas
+ 4
Before using turbo c++, see this and choose again:-
https://www.sololearn.com/Discuss/288609/?ref=app
+ 2
If your school insists on Turbo C++ (at least 1 does) I hope you'll try to use as much compatible syntax as possible; you'll have fewer surprises when you move on to today's C++