Code Puzzle: Rebuild the Decimal Machine The code for the decimal machine has been scrambled. As a class, we will work together to reassemble the program so it works correctly. Your Job Look at the blocks for the Right Arrow and Left Arrow scripts. Decide: • Which block should come first • Which blocks belong inside the script • Which operator belongs in the Set (value) to block Drag the blocks into the correct order. Test the program to see if the decimal machine works.
This project is part of the Decimal Disaster QA Debug Challenge, where students fix a broken pricing engine by applying place value logic.