Josh Burgess Member Feb 18, 2008 2,302 1 38 37 Tampa, FL Oct 28, 2012 #2 It isn't exactly clear what you're saying, and while loops and if loops are in pretty much every language... not just C... but... while (C = (A/(1/B))) { if (C < 60) { C = C * 2; } else if (C > 200) { C = C / 2; } }
It isn't exactly clear what you're saying, and while loops and if loops are in pretty much every language... not just C... but... while (C = (A/(1/B))) { if (C < 60) { C = C * 2; } else if (C > 200) { C = C / 2; } }