Leave a Reply 3

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


xxx

xxx

compilation error
tested

renko

renko

//doChange(arr[0], arr[1], arr[2]); //Orginal code
doChange(arr); //Passleadercode q115
System.out.println(arr[0] + “, ” + arr[1] + “, ” + arr[2]);

With orginal code: 11,21,31 + RuntimeException
With Passleader: 11,21,31
12,22,31
Answer: D