Guest User

Untitled

a guest
Apr 16th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. int num1 = 5;
  2. float num2 = num1 / 10000f;
  3. System.out.println (num2);
  4.  
  5. System.out.printf("%f", num2);
Add Comment
Please, Sign In to add comment