TOPIC 2: Variables, Data Types & Operators

9. Exercise

  1. Create a program that accepts two numbers and performs addition, subtraction, multiplication, and d
  2. Write a program that checks if a number is positive and even using logical operators.
  3. Write a program that calculates the remainder when dividing two numbers
  4. Write a program that accepts two numbers and checks if the first is greater than the second
  5. Create a program that checks if a number is greater than 10 and even.