Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
Milad H.
122
reputation
6
Member since
August 21 2016
11 profile views
Last seen
Jan 07 '22 at 20:22
int now = 0; int future = now; for (now = 0; now <= future; now++) { doYourBest(); future++; }