Recent content by BrandNewDay

  1. B

    Java What's Causing the Do-While Loop to Fail in JAVA Program?

    I don't know why in the main method, the do-while loop won't work the way it's supposed to. For instance, if the user types in y, the first loop would execute and then since the value of choice is still 'y', it's supposed to loop again. But instead, it just displays "TOSS COIN? Press y for...
Back
Top