Question: if (maxValue = 100) System.out.println (Your limit has been reached); Why is the above if statement illegal? How would you fix it?
if (maxValue = 100)
System.out.println ("Your limit has been reached");
Why is the above if statement illegal? How would you fix it?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
