fork download
  1. import java.util.*;
  2. class mul
  3. {
  4. public static void main(String args[])
  5. {
  6.  
  7. Scanner sc=new Scanner(System.in);
  8. String s=sc.nextLine();
  9. char p[]=s.toCharArray();
  10. int k=7;
  11. if(p[0]>65)
  12. System.out.println(p[0]);
  13. }
  14. }
Success #stdin #stdout 0.15s 321280KB
stdin
hello
stdout
h