fork(1) download
  1. class Main {
  2. public static void main (String[] args) {
  3. double teste = 673.0 / 5455 * 100;
  4. System.out.println(teste);
  5. }
  6. }
  7.  
  8. //https://pt.stackoverflow.com/q/189478/101
Success #stdin #stdout 0.06s 32856KB
stdin
Standard input is empty
stdout
12.33730522456462