1 of 4

Programming Challenges:

Basics

1

2 of 4

Red

Area Calculator

Write a program which will ask the user to input a width and height of a rectangle. The program should then calculate the area and display the result.

2

3 of 4

Orange

Favourite Things

Write a program that allows the user to input their name (string) their age (integer) and their Favorite TV Program and their Favorite Computer Game. (strings)

Then outputs a message like this one...

"Fred is 13 and likes X Factor and Clash of Clans"

3

4 of 4

Green

Personalised Welcome

Write a program where it asks the user what their name is and then displays a personal welcome message.

4

Hi Dave