Guest User

Untitled

a guest
Aug 10th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1.  
  2. if (Math.ceil(maxvalue) == Math.floor(maxvalue)) {
  3. System.out.println((int)maxvalue); }
  4. else {
  5. System.out.println(maxvalue);
  6. }
Add Comment
Please, Sign In to add comment