Challenges

Check Positive Number

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!

Editor
Test Results

Result Panel

Hit the run button to test your code!