Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Thread: please help me .

    by Norm
    Replies
    5
    Views
    1,492

    Re: please help me .

    int is for numbers that you can use for doing math like counting or sizes
    String is for values to be displayed to a user like a name.
  2. Thread: please help me .

    by Norm
    Replies
    5
    Views
    1,492

    Re: please help me .

    We'll help you if you have problems with your code, but we don't write your code for you.
    Look at the Tutorial on how to define a class:
    The Really Big Index
    Search for class and read about how to...
  3. Thread: please help me .

    by Norm
    Replies
    5
    Views
    1,492

    Re: please help me .

    Design some classes to hold the data.
    The class should have a name and some variables to hold all the data needed.
    The class should have constructors for creating an instance.
    There should be...
Results 1 to 3 of 3