Lesson 3: Introduction To Information Technology
Lesson 3: Introduction To Information Technology
2. Write a program to assign a variable ‘a’ to a number, add 25 to that variable and print that
variable.
3. Write a program with 3 variables storing text, and print out the 3 variables after being
concatenated.
4. Write a program that prints out if the number you have entered is greater than 5 or below 5.
If the number is greater than 5 the program should print, “Yes! The number is greater than
5”.
Else if the number is less than 5 the program should print, “Sorry, the number is less than 5”.
Challenge Accepted!