Search:

Type: Posts; User: GregBrannon

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,542

    Re: Basic program help

    Keep going through the assignment line by line and doing what it says. I'm not sure why you're distracted by what BlueJ says to do (not even sure what that means), but keep working on the...
  2. Replies
    4
    Views
    1,542

    Re: Basic program help

    Start by going through the assignment a line at a time and doing exactly what it says. For example:
    // create a Class that will model a mobile phone
    public class MobilePhone
    {

    }
    You fill in...
Results 1 to 2 of 2