Challenges 2019 – 04
Challenge 1 array[1] = “YouTube” array[2] = “Programming” array[3] = “You” array[4] = “Professional” array[5] = “Life” Order this array in alphabetical order (A –… Leggi tutto »Challenges 2019 – 04
Challenge 1 array[1] = “YouTube” array[2] = “Programming” array[3] = “You” array[4] = “Professional” array[5] = “Life” Order this array in alphabetical order (A –… Leggi tutto »Challenges 2019 – 04
Game Challenge Write a ‘snake’ game Graphics Challenges Write a program to draw a brightly coloured tropical fish. Write a program to draw a lighthouse… Leggi tutto »Challenge 2019-03
Graphics Challenge First write a program to draw a line on the GraphicsWindow following the mouse. Below is a starter: GraphicsWindow.Show() xLast=GraphicsWindow.MouseX yLast=GraphicsWindow.MouseY While(“True”) x=GraphicsWindow.MouseX… Leggi tutto »Challenge 2019-02
Graphics Challenge Draw a picture of a space ship Give it a cool space starry background Draw the phases of the moon Turtle Challenge Use… Leggi tutto »Challenge 2019-01
Maths Challenge Write a program that outputs all possibilities to put + or – or nothing between the numbers 1,2,…,9 (in this order) such that the result is 100.… Leggi tutto »Challenge 2018-12