Computer Science, asked by nickky567008, 21 hours ago

output of system.out.println('A' + 32 == 'b' -1 ? (double) 'A' : (int) 'a' );​

Answers

Answered by arpansen712
0

Explanation:

The condition is false. Thus output will be 97

Similar questions