Search:

Type: Posts; User: Mickyy

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,296

    Re: I'm a noob, noob questions.

    This is making my brain hurt. 10/10 regret doing a course to do with software development. Cheers for your help so far though.
  2. Replies
    6
    Views
    1,296

    Re: I'm a noob, noob questions.

    Should this be going in my SMS.java or my Member.java where the Member class is?
  3. Replies
    6
    Views
    1,296

    Re: I'm a noob, noob questions.

    if ( user[i].getUserName().equals( logonName ) ) { . . . }

    Is the user[i] my array name?
  4. Replies
    6
    Views
    1,296

    I'm a noob, noob questions.

    import java.util.Scanner;
    import java.util.ArrayList;
    public class SMS
    {
    public static void main (String[] args)
    {

    ArrayList<Member> someStuff = new ArrayList<Member>();
    ...
Results 1 to 4 of 4