programming practice prompts
This is a collection of programming practice prompts to encourage creativity and experimentation. Co sci class assignments usually have instructions that make all the big decisions for you. These prompts complement co sci classes by giving you some freedom to develop not just your coding skills, but also your critical thinking skills and your confidence.
- [§] practice: printing shapes with loops. Involves loops and maybe some math.
- [§] practice: random number sorting. Uses arrays and a number sorting algorithm of your choice.
- [§] practice: tic-tac-toe. For practice with loops, arrays, and functions.
- [§] practice: bibliography generator. Introductory practice with structures (or classes).
- [§] intro to recursion with C++