Search:

Type: Posts; User: jamesh

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,285

    [SOLVED] Re: Setter Methods Query

    Thanks worked straight away!
  2. Replies
    4
    Views
    1,285

    [SOLVED] Re: Setter Methods Query

    /**
    * Set insurance value of the football player
    */
    public void setInsuranceValue()
    {
    if (this.cost <= 10) {
    this.value = 5;
    } else if (this.cost >10 &&...
  3. Replies
    4
    Views
    1,285

    [SOLVED] Setter Methods Query

    Hi,

    I want to use a setter method to set the value of insurance that is set depending on the value of cost how would you do this?

    A little confused how to get this one to work :confused:
    ...
Results 1 to 3 of 3