fork download
  1. class CharRange
  2. {
  3. public static void main(String[] args)
  4. {
  5. char ch=127;
  6. ch++;
  7. System.out.println(ch+"="+(int)ch);
  8.  
  9. }
  10. }
Success #stdin #stdout 0.13s 50036KB
stdin
Standard input is empty
stdout
€=128