|
I figured out why my previous attempts at using a do{}while didn't work!
while (anotherClass.equals("Y")); <-- This works.
while (anotherClass == "Y")); <-- This does not work.
Thank you for encouraging me and not giving it to me!
I still have an issue with one of my validations but I will figure it out.
Thanks again!
|