Guest User

Untitled

a guest
Feb 16th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. float x= 0.4002;
  2. int i=0;
  3. while( x != floor(x) )
  4. {
  5. x*=10;
  6. ++i;
  7. }
Add Comment
Please, Sign In to add comment