#ITE-6104
Awesome StudentQuestion • Computer Programming 2

What is the output of the code snippet below: void main(){test();test();} void test(){System.out.print(“1”);}

Answer

11