Hello ,
I'm pretty new in C++ programming, and i just have received new mission:
Write a program to solve the linear equation ax + b = 0
The problem is that i can't understand what exactly i have to do?
Maybe with example i will...
Printable View
Hello ,
I'm pretty new in C++ programming, and i just have received new mission:
Write a program to solve the linear equation ax + b = 0
The problem is that i can't understand what exactly i have to do?
Maybe with example i will...
Do you know how to solve it if you were given this question in a maths exam?
I believe -b/a will be your solution. So try writing that in C++.