Computer Science, asked by kapilkashyap6575, 7 months ago

Give outputs:

char C;

int a=101;

C = (a>100) ? ‘A’: ‘B’;

System.out.println(C);

Answers

Answered by imtiyazallam
0

Answer:

Output of the given code is A

Answered by shayani462
0

Answer:

output code is a

hope it helps you dear ✌️✌️✌️

Similar questions