let number = 10 // check if number is greater than 0 if (number > 0) { print("Number is positive.") } print("The if statement is easy")