Created
August 15, 2016 10:10
-
-
Save Nicktho/106cc126939bcc891106ea42082a34fb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Write pseudocode for a program that allows uses to change a light colour. | |
* The light has three different coloured buttons - red, blue and yellow. | |
* When a user touches a button, the light changes to that colour. | |
* In the selected colour is touched again, make sure the light turns off! | |
* If we go overtime, complete the task for homework. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment