+ 4
Is This good for my first ever code project?
4 Answers
+ 2
It's good, but two things could be improved. First, the use of global variables is usually discouraged. Try to define your variables inside a scope if possible, e.g. in this case inside main(). And second, if you look at your case statements, you'll notice some code is being repeated inside most of them. You could try to minimize your repetitions there. Be lazy. ;)
+ 1
Not bad
+ 1
If it is really your firts project,it is great!
+ 1
Wow it's really wonderful, seeing this as your first project really means you are a genius. Keep it upđđđ