B
Bill Cunningham
Mark,
I will post your code to the firs program but I must admit I'm not quite
sure how to do the second one. I know it involves for but including spaces I
just don't know what to do. Here's the first program code.
#include <stdio.h>
int
main (void)
{
printf ("0 1 2 3 4 5 6 \n");
return 0;
}
Bill
I will post your code to the firs program but I must admit I'm not quite
sure how to do the second one. I know it involves for but including spaces I
just don't know what to do. Here's the first program code.
#include <stdio.h>
int
main (void)
{
printf ("0 1 2 3 4 5 6 \n");
return 0;
}
Bill