Search:

Type: Posts; User: PCoombe85

Search: Search took 0.17 seconds.

  1. Replies
    4
    Views
    1,523

    Re: Beginner Programming Help

    public static double plus()
    {

    }

    SHOULD BE

    public int plus()
    {
  2. Replies
    4
    Views
    1,523

    Re: Beginner Programming Help

    I have changed my code tags. The reason I have left the plus method blank is because I do not know where to start. How will it recognize objects that are created in the tester class?

    public class...
  3. Replies
    4
    Views
    1,523

    Beginner Programming Help

    Hello, I am stuck on an assignment that is asking me to create a class (USMoney), and inside that class create a method that will use an object of that class as an input parameter for the method...
Results 1 to 3 of 3