Get Ascii value for a character (Beginning Java forum at JavaRanch)

Get Ascii value for a character (Beginning Java forum at JavaRanch)

瀏覽:1176
日期:2025-06-12
what is way to get Ascii value for a character Suppose if the input value is A, then output should be 65(the ascii value of A). How to implement this in java? your suggesions Maneesh Godbole Saloon Keeper Joined: Jul 26, 2007 Posts: 10530...看更多