package workl; public class workz { public static void main(String[] args) { char c='H'; System.out.println((char)(c+32)); } }