Solution Review 1: Check If Even or Odd
Explore how to apply Rust if and else expressions to check whether a number is even or odd. Understand the use of the modulus operator and control flow to write simple conditionals effectively.
We'll cover the following...
We'll cover the following...
Solution:
Explanation
Note: The statement
a % b...