Question: Java Programming d) Write down the exact outputs of the following program. Please explain with detailed steps. [6 marks] public class Q1d { public static
Java Programming

d) Write down the exact outputs of the following program. Please explain with detailed steps. [6 marks] public class Q1d \{ public static void main(String[] args) \{ func("Abc123Aabd2223"); \} public static void func(String s) \{ int[] array = new int[26]; for (int i=0;i out1) out 1=array[i]; if (array[i] !=0) ++ out 2 ; \} System out.printlo(out1); System out.printlo(out2); \} \}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
