Welcome to conditionals! Complete the method isPositive that accepts an Integer parameter num. Return true if the number is greater than 0, otherwise return false. This is your first step in learning how to make decisions in code!
isPositive
num