Search:

Type: Posts; User: Mickyy

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    1,297

    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,297

    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,297

    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,297

    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>();
    ...
  5. Replies
    2
    Views
    1,031

    Re: I need help, bad.

    Never say never.
  6. Replies
    2
    Views
    1,031

    I need help, bad.

    Hey guys, got a Java assignment due tomorrow. Basically have to create a program where you register, login, and can send messages between accounts. Looking for a heads up on where I should be looking...
Results 1 to 6 of 6