Question: B. Complete the following code: class MainClass { public static void main(String[] args) { try { int acc[] = {100, 101, 102, 103, 104, 105);

B. Complete the following code: class MainClass { public static void main(String[] args) { try { int acc[] = {100, 101, 102, 103, 104, 105); double balance [1] = {2000, 1500, 900, 1560, 1765.50); System.out.println("Account No\t" + "Balance\t"); for (int i = 0; i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
