Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.08 seconds.

  1. Re: Conditional statements on Array list objects

    Absolutely! Note that you can use the value returned from the method directly, without storing it in a variable first:

    if(property.getRentOwed()== 0)

    Also note that the syntax for your if...
  2. Re: Conditional statements on Array list objects

    Does the Property class have getters for those variables?
Results 1 to 2 of 2