Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~88 People Reached
Favorite Forums
Favorite Tags
c x 1
Member Avatar for fzero

I'm having trouble with syntax errors before "else" when I compile My code looks like this: [CODE]if (x == 1) { statement1 else if (x == 2) statement2 else if (x == 3) statement3 } else statement4[/CODE] It gives me the errors on the middle else's. I know its something …

Member Avatar for Dave Sinkula
0
88