fork download
  1. class Teste {
  2. public static void main(String[] args) {
  3. System.out.println(6.25 % 2.5);
  4. }
  5. }
Success #stdin #stdout 0.06s 27836KB
stdin
Standard input is empty
stdout
1.25