0
What would be good small project that would kinda of touch base with everything learned here?
4 Answers
+ 1
If you're new to programming and have only done these tutorials. I'd suggest a series of small programs that only incorporate a couple topics at a time. Once you've got a firm grasp, move into some more and include the previous topics in the new ones. Keep going. Soon, you'll have all that you've learned in one big program with a far better understanding then trying one giant program and incorporating everything at the get go. My opinion
0
I'm sorry I wasn't very clear. I was looking good for some project ideas for specificly this basic section and if you have any for after I'm done with conditionals and loops not a grand project that touched base on every thing at once
0
Sorry, not easy to come up with program ideas for someone else. What drives me, is a problem or idea unique to me and how I can apply programming to do/solve it. Loops/conditionals open up a lot of possibilities. A program I did recently that involved switch, for loop, and random, was a dice program. It took user input on deciding what kind of die they wanted to roll (d4, d6, d8, etc...) Then displayed the the random roll from that die.
- 1
Thank you so much that actually will help and kinda of give me idea for a couple things and gives a direction to look for projects!