Search:

Type: Posts; User: alyss

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: do-while loop containing switch statement cotinues looping when end statement is supposed to be reached?

    Thank you so much for replying, here's the code in hopefully correct format. (+ main method)




    import java.util.Scanner;

    public class CodeAssignment {

    private Scanner input = new...
  2. [SOLVED] do-while loop containing switch statement cotinues looping when end statement is supposed to be reached?

    Hello, I feel like I've tried everything and I genuinely don't know how to fix this. The point is for the program to accept both specific commands and 1-5 as acceptable inputs as the commands are...
Results 1 to 2 of 2