int n = 'A' < 'a'? 'a' : 'A';
System.out.print(n);
What's the output?
Any error occurs here?
Answers
Answered by
1
Error:
Due to int data type which cannot store character values..
___________________
↘️ ↙️
Hope it Helps
↗️ ↖️
___________________
✔️ Please Mark as Brainliest
Due to int data type which cannot store character values..
___________________
↘️ ↙️
Hope it Helps
↗️ ↖️
___________________
✔️ Please Mark as Brainliest
Similar questions