Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public class Test {
  2.  
  3. public static void main(String[] args) throws Throwable {
  4. float x= 1300000.6f;
  5. float y= 0.1f;
  6. float z= x+y;
  7. System.out.println(z);
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement