1. Input a saleswoman's sales for the month (in dollars) and her commission rate (as percentage), and output her commission for that month.
2. Input a number entered by the user and display "positive" if it is greater than zero, "negative" if it is less than zero, and "zero" if it is equal to zero.