What will be the output of the program?class BoolArray { boolean [] b = new boolean[3]; int count = 0; void set(boolean [] x, int i) { x[i] = true; ++count; } public static void main(String [] args) { BoolArray ba = new Boo...
See more
Download the Study24x7 App, so you can connect and collaborate.