Guest User

Untitled

a guest
Jan 21st, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. include <cmath>
  2. #include <iostream>
  3. using namespace std;
  4.  
  5. int main ()
  6. {
  7. double incr = 1000000000;
  8. while (incr > 0)
  9. {
  10. double randVar = randVar/50;
  11. randVar = randVar + 300;
  12. randVar = randVar - 54;
  13. randVar = randVar*randVar;
  14. randVar = sqrt(randVar);
  15. incr = incr - 1;
  16. }
  17. }
Add Comment
Please, Sign In to add comment