fork download
  1. import java.util.*;
  2. class Mahesh{
  3. public static void main(String args[]){
  4. double a=5.6;
  5. int b=27;
  6. System.out.println(Math.round(a));
  7. }
  8. }
Success #stdin #stdout 0.09s 54432KB
stdin
Standard input is empty
stdout
6