Search Results

-1
votes
4answers
133 views

Java- && doesn’t seem to be working in a while loop…

NEVER MIND- IT WAS MY OWN DUMB MISTAKE, CONFUSED THE VARIABLES I have the following while loop: while (((pi.getFunds() - rmiPrice) > 0) && (rmi …
0
votes

Java- && doesn’t seem to be working in a while loop…

Oh wow, I think I just used the wrong variables.... sorry guys.... How do I delete the question? …