fork download
  1. class Ideone
  2. {
  3. public static void main (String[] args) throws java.lang.Exception
  4. {
  5. println(5.7/1.2);
  6. }
  7. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:5: error: cannot find symbol
		println(5.7/1.2);
		^
  symbol:   method println(double)
  location: class Ideone
1 error
stdout
Standard output is empty