Search:

Type: Posts; User: awinston

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,198

    Re: Program won't run help!

    That's okay!

    I'm assuming that you want to create a piggy-bank and print its contents, correct?

    In the method named "main", which is at the top of your code:


    ...you want to create a...
  2. Replies
    5
    Views
    1,198

    Re: Program won't run help!

    And this is because you don't have anything in your main method. If you want code to execute, then you must add it to your main method.
  3. Replies
    5
    Views
    1,198

    Re: Program won't run help!

    Your main method is empty. Are you receiving error messages when you try to run this program, or is nothing happening? If it is the latter, then you simply have to add some code to your main method...
Results 1 to 3 of 3