Search:

Type: Posts; User: jmack

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: Accessing methods of an object inside in ArrayList

    here is the Account Class



    import java.text.NumberFormat;

    public class Account
    {
    private final double RATE = 0.03; // interest rate of 3.0%
  2. [SOLVED] Accessing methods of an object inside in ArrayList

    I have created an arraylist in a class called bank below is a method i created in the bank class which is used to apply interest to all accounts in the array list by calling the method in the account...
Results 1 to 2 of 2