Advertisement
pushrbx

Interesting

Jan 19th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. for(int i = 1; i <= ((((int)(10 / rate) * rate) < 10 ? (int)(10 / rate) + 1 : (int)(10 / rate))); i++)
  2. {
  3.     cout << i << "\t\t" << i * rate << endl;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement