a function-definition is not allowed here before '{' tokenYou can't put the function definition inside another function ( main() is a function).
Automatic variableAlways when I see Jackson Marie's posts I wonder how da fack can [b]it[/b] use a computer?!!!!
Simple Functions QuestionLike mik2718 said you got problems with input. If you just want a working program this one works fin...
Looping helpPut your code inside a while loop.
Wrong outputYou should change this: [code]i<number2[/code] to this: [code]i<=number2[/code] cause you need to in...