learning how to do algebra in java
807605Aug 3 2007 — edited Aug 6 2007I have a little understanding of how java works; I understand how you declare the data type of a certain variable such as integer, double, etc. But what I am having trouble with is how do you use algebra when you are solving for unknown variables. Of course, it is easy when you have one unkown and one equation, but my problem is, how do you solve for two unknowns when have two equations in java. Could someone please give me some example code on how to do this in java. Thankyou.