Advertisement
Guest User

Untitled

a guest
May 11th, 2015
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. cout << "first:\n";
  2. cin >> oct >> first;
  3. cout << "second:\n";
  4. cin >> oct >> second;
  5. second1 = double(second);
  6. second1 = second1*0.1;
  7. while (second1 > 1)
  8. second1 = second1*0.1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement