what_is_the_result_lvl_1.md

April 15, 2022 ยท View on GitHub

What is the result? - Level 1

  1. What is the result of each of the following statements?
  • 1 > 2
  • 1 == 1
  • 4 < 1
  • 'two' > 1

Click here for the solution