Guest User

Untitled

a guest
Aug 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. echo `expr $count / 1000`;
  2. echo $count/1000;
  3. echo ($count / 1000);
  4.  
  5. echo $(( count / 1000 ))
Add Comment
Please, Sign In to add comment