What will be the output of the following program?
public class Test {
( public static void main(String[] args)
{
int a = 2; int b = 3;
boolean result (boolean) (a & System.out.println();
}
}
(A) True (B) False (C) Syntax error (D) None of the above
Answers
Answered by
0
option B is correct answer
Answered by
0
answers:
option (B) is right
mark me brainist
Similar questions