TOPIC 2: Variables, Data Types & Operators
Completion requirements
9. Exercise
- Create a program that accepts two numbers and performs addition, subtraction, multiplication, and d
- Write a program that checks if a number is positive and even using logical operators.
- Write a program that calculates the remainder when dividing two numbers
- Write a program that accepts two numbers and checks if the first is greater than the second
- Create a program that checks if a number is greater than 10 and even.