Question: Suppose number is a variable of type int. Write an if-else statement that outputs the word "Positive" if the value of the variable number is greater than 0 and outputs the words "Not positive " if the value of number is less than or equal to 0.