Weighted Directed Graphs C++
July 15, 2020
Viacom Project: EDA in Tableau
July 15, 2020
Show all

n

Write a Java application that allows the user to read, validate, store, display, sort and search the account number and balance for N bank customers. N should be declared as a constant and it should be equal to the largest digit of your student id number (e.g. if your ID number is 50506 then N should be equal to 6 and you can declare it as final int N= 6 ;). The account number and balance must be stored in two separate single dimension 9 arrays/array, Lists (index 0 for customer 1 and index N-1 for customer N)

Leave a Reply

Your email address will not be published. Required fields are marked *