printf("n\t Fn\tGolden ratio\n"); there is a syntax error in this line and I can't find it. Keeps giving me Syntax error: expected ';' but found 'printf' What am I missing or needing to add?
The problem is above this line of code, where a end of line indicator ; (semi-colon) is missing.