Project 3
1. **Math Function:** This function utilizes the sine function.
2. **Stopwatch Feature:** I implemented a stopwatch that has two buttons: one on the left to start and one on the right to stop. It counts down from 60 minutes.
3. **Slider:** The slider works in tandem with the user input feature. It allows users to change the size of a cube: moving the slider higher makes the cube larger while moving it lower reduces its size until it returns to the original size.
4. **User Input:** The arrow keys are used to control the cube. The up arrow moves the cube forward, and the down arrow moves it backward, among other controls.
5. Lastly, I included my name and section in the project using a dropdown feature that allows users to hide or unhide this information.