If the value passed into the parameter x in the following method is 28. What is the value returned by this method?
public static int method2(int x)
{
int code = x%3;
switch (code)
case 2:
return 50;
break;
case 1:
return 75;
case 0:
return 100:
}
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here