SyntaxFix
Write A Post
Hire A Developer
Questions
char a='a'; char A='A'; System.out.println((int)a +" "+(int)A); Output: 97 65