I'm about to finish school this year, and we have to learn Pascal in our computer science class. Honestly, I'm really struggling with it! Right now, we're working on 2D arrays, and I don't understand what's going on at all. It's the same issue when I try to use Python for my exams. I just can't seem to grasp the way of thinking in computer science. Any tips or advice on how I can improve?
3 Answers
Make sure to break things down into simpler parts. Write out a numbered list of problems on paper first. For example, if you have 5 products, like grapes and rice, organize them and visualize them in a simple array. This will help you understand how to code it out in Pascal. If that clicks for you, you're ready to move on to the actual coding!
Could you share a piece of code that you're having trouble with? Like, maybe explain a specific example you're stuck on?
Here's the example I'm working with: I have 20 products and 10 storage rooms, and I'm supposed to create a program that tracks which products are in which storage rooms. I understand the concept, but when it comes to actually coding it, I get lost. Can anyone simplify steps 4 and beyond for me?

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically