This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Many other languages have a char() function that allow me to turn a integer value of a corresponding ascii or unicode character to an actual char. I tried just char(), but that didn't work. Anybody with an idea how I can do this??
Francis Siu
Ranch Hand
Joined: Jan 04, 2003
Posts: 867
posted
0
hi Kevin try to run the following coding in the main method
Actually,you can use explicit type casting in Java to do the convertion between primitive integer and character. Hope this help