This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
cs-142:input-and-ifs [2016/09/12 20:10] kseppi |
cs-142:input-and-ifs [2016/09/12 20:14] (current) kseppi |
||
---|---|---|---|
Line 102: | Line 102: | ||
} | } | ||
cout << "Your favorite number is " << favorite_number << endl; | cout << "Your favorite number is " << favorite_number << endl; | ||
+ | // FYI you only need that much for your lab | ||
cout << endl; | cout << endl; |