I Haz Codes
So far we have only explored the == operator. In this session we will look at the other operators and see how they can be used within your programs. This video will also look at character encoding to help understand how we can use greater/less than with text.
You need to write a program which will award a prize if someone gets more than 20 points. The program should –
Write a program which starts with the code secret = 63 .
The program is to create a single turn secret number guessing game. The user can enter a guess of the secret number. It will display if the guess was correct, too big or too small.
Try the following quiz to test your knowledge.