Search:

Type: Posts; User: Zaphod_b

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,249

    Re: Controller for date class

    There are a few examples in the Java Documentation for the Scanner Class

    The drill can go something like this:


    Create a Scanner object with System.in as the parameter.


    Prompt the...
  2. Replies
    3
    Views
    1,249

    Re: Controller for date class

    To test the Date class, make another class in another file. Maybe you want to call your "controller" class TestDate.

    If you are compiling from a command line, then create a file named...
Results 1 to 2 of 2