Search:

Type: Posts; User: jps

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    1,771

    Re: am I going to use if / loops in this java work?

    public SchoolContribution(double totalContribution)
    {
    this.totalContribution = totalContribution;
    }

    I think you misunderstood the concept of the method. In a variable, say...
  2. Replies
    6
    Views
    1,771

    Re: am I going to use if / loops in this java work?

    So you have a description of the problem to solve, and some requirements for the solution.


    public class //Design a class called SchoolContribution that creates a contribution account.

    A...
Results 1 to 2 of 2