#include /* Only change any of these 4 values */ #define V0 0 #define V1 -1 #define V2 0 #define V3 0 int main(void) { int a; char *s; /* This is a print statement. Notice the little 'f' at the end! It might be worthwhile to look up how printf works for your future debugging needs... */ printf("Berkeley eccentrics:\n====================\n"); /* for loop */ for(a=0; a