I'm quite new to programming, so please do forgive my newbie questions and thanks for your help in advance! : )<BR><BR>I'm trying to write a little program in C that ...
WHILE loops test the condition at the beginning of the loop. If the condition is met, the code within the loop is executed before the program loops back to test the condition again. This program would ...