Ryan Bell

Greenhorn
+ Follow
since Oct 30, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ryan Bell

Okay thank you i will do as you said and start building my code up from the bottom again with all of the changes that you put in.
11 years ago
Hi I have been coding for about a week and i started to make a more complicated calculator i dont know if this is the best way to do it but my error is on line 2 the error list is.Multiple markers at this line
- Syntax error, insert "EnumBody" to complete
EnumDeclaration
- Syntax error, insert ")" to complete SingleMemberAnnotation
- Syntax error, insert "]" to complete ArrayAccess
- Syntax error on token "void", @ expected
- Syntax error on token "]", invalid (
- Syntax error, insert "enum Identifier" to complete
EnumHeaderName
- Syntax error on token "void", @ expected



and here is my code


11 years ago