|
Aug
23
|
By simply casting the int value to a char.
int asciiValue = 65; char ch = (char) asciiValue;
|
|
By simply casting the int value to a char. int asciiValue = 65; char ch = (char) asciiValue; Leave a Reply |
|
Recent Comments