Bolo
Bolo
JCHJava Community | Help. Code. Learn.
Created by Bolo on 4/14/2025 in #java-help
Java While Loop Question
Okay so that worked once I removed the num1 and started over with one if statements at a time. I guess I overly complicated it in my head to the point of confusing myself. Thanks to those who actually pointed me in the right direction.
18 replies
JCHJava Community | Help. Code. Learn.
Created by Bolo on 4/14/2025 in #java-help
Java While Loop Question
I will try that, thanks!
18 replies
JCHJava Community | Help. Code. Learn.
Created by Bolo on 4/14/2025 in #java-help
Java While Loop Question
it needs to compare the all the inputs and pick the largest
18 replies
JCHJava Community | Help. Code. Learn.
Created by Bolo on 4/14/2025 in #java-help
Java While Loop Question
So the place where it's wrong is that it's saying that the largest number entered is 4 when in fact it was 7. It does break when the person enters a negative number, but it should be saying that the largest value is 7
18 replies