fork download
  1. /* package whatever; // don't place package name! */
  2.  
  3. import java.util.*;
  4. import java.lang.*;
  5. import java.io.*;
  6.  
  7. /* Name of the class has to be "Main" only if the class is public. */
  8.  
  9.  
  10. class Ideone
  11. {
  12.  
  13.  
  14. public static void main(String args[]){
  15. int number=1234;
  16. float f1=(float)1234.0f;
  17. float f2 =1234;
  18. double d3=1234.0d;
  19. long num= 1234;
  20. System.out.print("bauwa");
  21. }
  22. }
Success #stdin #stdout 0.08s 52580KB
stdin
Standard input is empty
stdout
bauwa