Search:

Type: Posts; User: YunJe

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,308

    Re: Needs help in my program of a bank account!

    import java.util.*;

    public class Qn3{
    public static void main(String[]args){
    Scanner scn = new Scanner(System.in);
    int [] accNum = new int[20];
    double [] accBal = new double[20];
    new Qn3();...
  2. Replies
    3
    Views
    1,308

    Needs help in my program of a bank account!

    I need to do an assignment with the question requirement as follow.
    -The system to maintain a list up to 20 accounts. Each account has a unique account number and account balance.
    -Need to...
Results 1 to 2 of 2