I have a character:
char ch=\'A\'
Give me method which converts char to ASCII or way which returns a ASCII NUMBER
char to ASCII
ASCII NUMBER
char ch='A'; System.out.println((int)ch);