What would be good small project that would kinda of touch base with everything learned here? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What would be good small project that would kinda of touch base with everything learned here?

8th Jul 2016, 9:44 AM
Coby LaCroix
Coby LaCroix - avatar
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
8th Jul 2016, 11:44 AM
James
James - avatar
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
8th Jul 2016, 12:13 PM
Coby LaCroix
Coby LaCroix - avatar
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.
8th Jul 2016, 12:28 PM
James
James - avatar
- 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!
9th Jul 2016, 1:16 PM
Coby LaCroix
Coby LaCroix - avatar