Loops/Nested: Difference between revisions

m (Added Nimrod code)
Line 203:
 
=={{header|C}}==
Using goto (note: gotos are [http://en.wikipedia.org/wiki/Considered_harmful considered harmful]):
<lang c>#include <stdlib.h>
#include <time.h>
Anonymous user