I Haz Codes

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Menu
Variables – Casting

Learn

In this lesson you will learn how to cast values. This means changing the data type of your code. This is a very important skill to master, especially when using basic input.

Try

Write a program which will pick two random numbers and ask the user to work out the sum.

If they are correct, then display “well done”. If not, then display “try again.”

Challenge

Take your answer to the last question and ask the player for their name. It should say hello to them before playing the game.

Test

Try the following quiz to test your knowledge.

Tasks to try

Below are some tasks to try to practice your skills.

Comments are closed.

Information