what doesn't it do that you want it to do? Or what does it do that you don't want it to do?
Ancient Dragon
Achieved Level 70
32,137 posts since Aug 2005
Reputation Points: 5,836
Solved Threads: 2,576
Skill Endorsements: 69
Few problems here:
- Function definition inside another function (take all the function definitions outside the
main function scope). - Missing
} (you open 4 curly brackets for: main, while, if, if and you close only 3 curly brackets). - Missing
; after scanf (line 75) - Is there any reason at all for that
scanf (line 75)?
That to ignore the warning coming from scanf.
CGSMCMLXXV
Junior Poster in Training
54 posts since Jan 2013
Reputation Points: 5
Solved Threads: 7
Skill Endorsements: 0