Here are some example problems for you to solve. These are relatively simple and if you come across a problem you can @me and I’ll try to explain what went wrong.
(From easiest to hardest… roughly.)
-
A machine that will arrange numbers from highest to lowest.
-
A machine that will remove the first item from a list once it reaches 10.
-
A machine that will hold ONLY 5 passwords you enter into it.
-
A simple 3-item inventory system
-
A system that will copy block placements and be able to replicate them.
-
A way to convert Number List to Text List (Must be able to hold several)
That last one is a bit more complicated, but it can be an incredibly useful tool to have if required.