I'm really struggling with programming and could use some advice. I've just taken my second computer science programming exam and unfortunately, I didn't pass again. I feel like I have the concepts down, but I struggle to turn those ideas into actual working code. I'm open to any tips or suggestions on how to get better. Thank you!
2 Answers
The key to getting better is simple: practice. Seriously, it's all about putting in the time and effort to write more code. Don't be afraid to tackle different challenges; just keep practicing!
It sounds like you might have a good grasp of the underlying logic, but you're having trouble with the syntax and actual implementation. That's totally normal! Try solving smaller problems and write out your code by hand without looking up the answers to really develop your skills.

Thanks for the tip! I'll definitely try writing code by hand.