Java int to char Example: Typecasting · public class IntToCharExample1{ · public static void main(String args[]){ · int a=65; · char c=(char)a; · System.out.println( ...
確定! 回上一頁