0 votes
in JAVA by
How to find out the ASCII value of a character in java?

1 Answer

0 votes
by

How to find out the ASCII value of a character in java?

int c=char(‘A’) would give the ASCII value of A in java.

Related questions

0 votes
asked Oct 11, 2020 in JAVA by SakshiSharma
+1 vote
asked Feb 8, 2020 in JAVA by rahuljain1
...