Search:

Type: Posts; User: Norm

Search: Search took 0.38 seconds.

  1. Replies
    6
    Views
    945

    Re: Need Help With Memory Calculator...

    Make a list of what the steps are the program needs to do.
    Check off the ones that are done.
    Start work on the next one: design what the code needs to do, code it, compile it, test it, repeat...
  2. Replies
    6
    Views
    945

    Re: Need Help With Memory Calculator...

    Ok.
    What specific programming questions do you have now?
  3. Replies
    6
    Views
    945

    Re: Need Help With Memory Calculator...

    Double check the proper pairing of } with every {

    NOTE: Method definitions can not be nested. There can not be a method defined inside of another method.

    Copy the full text of the error...
Results 1 to 3 of 3