1,554
edits
(Initial semi-wikified content. Tables are yet to be converted) |
(→Inner loops: -- Fix code) |
||
Line 794: | Line 794: | ||
<syntax type="C++"> | <syntax type="C++"> | ||
if (greatern(30, 45) && lessn(30, 55)) { | if (greatern(30, 45) && lessn(30, 55)) { | ||
print("You're in the hot zone!); | print("You're in the hot zone!"); | ||
increment(30); | increment(30); | ||
} | } |