Computer Science, asked by Anonymous101, 1 year ago

int n = 'A' < 'a'? 'a' : 'A';

System.out.print(n);

What's the output?

Any error occurs here?

Answers

Answered by Pranav777
1
Error:
Due to int data type which cannot store character values..

___________________

↘️ ↙️
Hope it Helps
↗️ ↖️
___________________


✔️ Please Mark as Brainliest
Similar questions