haha...this is fun...hope I am not repeating.


// #include <stdio.h>
#define MIN_RANGE 1
#define MAX_RANGE 10
int main (void)
{
int i;
for (i = MIN_RANGE; i <=...