finished 19 (not fully tested...)
[williamcminus.git] / assign6 / tester.c--
blob1ba96fa142c6ca3b7ea9f2f4913636be9954aa7c
2     x= 0;
3     y= 2;
4     z= 0;
5     while(x < y){
6         if(z < 100)z= z + 100; else z= z + 5;
7         x= x + 1;
8     }