How to fix "syntax error before numeric constant " error message?
Hi,
I am taking my first programing course in college... and I am completely lost on this assignment. I am not sure what is wrong with my current code. Any help will be appreciate it... thanks!
I keep on getting the follow error messages when I try to compile it.
test.c:3: error: syntax error before numeric constant
test.c: In function `main':
test.c:18: error: `next_day' undeclared (first use...
Leave a comment: