fork(3) download
  1. class Test
  2. {
  3. public static void main(String args[])
  4. {
  5. float f = 9.9f;
  6. float m = 3.3f;
  7. float c = f % m;
  8. System.out.println(c);
  9. }
  10. }
Success #stdin #stdout 0.07s 380160KB
stdin
Standard input is empty
stdout
3.2999997