fork download
  1.  
  2. class Ideone
  3. {
  4. public static void main (String[] args)
  5. {
  6. double x = 10.5 ;
  7. int y = (int)x;
  8. }
  9. }
Success #stdin #stdout 0.07s 54536KB
stdin
Standard input is empty
stdout
Standard output is empty