10 X=1 20 IF X = 10 THEN GOTO 60 30 PRINT X 40 X=X+1 50 GOTO 10 60 END
#include <stdlib.h>
#include <stdio.h>
int t1;
int t2;
int count;
void main()
count=0;
{
count=count+1;
printf(" HEX Decimal\n");
do
{
printf(" %X %d\n", count, count);
for (t1=1; t1 < 10000; t1++) /* The outer loop */
{
for (t2=1; t2 < 5000; t2++){}; /* The loop within the loop */
};
} while ( count < 33 );
exit(0);
}
|
On The Following Indicator...
( GREEN will indicate your current location) |
|||||||||||||||||||||||
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | ||||||||||||||
| 11 | |||||||||||||||||||||||
This Course was written by Ray Dall © All Rights Reserved.
This page and all it's content Copyright, Trademarks, Intellectual Properties
and other legal issues 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Ray Dall.
All Rights Reserved.
And for what it's worth... this page was last updated HexDate 01-11--7D1
