Graphics Challenge
Draw a picture of a mountain scene, maybe some clouds, trees, snow or a lake in the view.
Maths Challenge
Write a program to calculate the numbers less than 1000 that are divisible, by exactly 3 different prime numbers. How many can you get.
e.g. 2*3*5 = 30, 7*11*5=385
Text Challenge
Write a TextWindow program to input a sentence and then output it with one or more of the following:
- every vowel colored red, or
- the first and last letter of each word colored blue
Game Challenge
Write a simple whack-a-mole type game.