fork download
  1. class Ideone
  2. {
  3. public static void main (String[] args) throws java.lang.Exception
  4. {
  5. char znak = '2';
  6. int asciiCode = znak;
  7. System.out.println(asciiCode);
  8. }
  9. }
  10.  
Success #stdin #stdout 0.1s 27728KB
stdin
Standard input is empty
stdout
50