Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Thread: loop or what

    by copeg
    Replies
    5
    Views
    3,029

    Re: loop or what

    Something like this



    class c22taxis
    {
    Scanner input = new Scanner(System.in);
    ///Place other reusable variables here.

    public c22taxis(){}
  2. Thread: loop or what

    by copeg
    Replies
    5
    Views
    3,029

    Re: loop or what

    Separate the code in the main method into a separate function and call that function from the main method. This structure allows you to call that method whenever you wish to return the main menu. In...
Results 1 to 2 of 2