fork download
  1. class MainClass {
  2. public static void main(String[] args) {
  3. double dNum = 45/100.0;
  4. System.out.println(dNum);
  5. }
  6. }
Success #stdin #stdout 0.04s 4386816KB
stdin
Standard input is empty
stdout
0.45