public class lqh { public static void main(String[] args) { // TODO Auto-generated method stub char a='A'; System.out.println((char)(a+32)); } }