Problem
Write conditional expressions to perform the following tests:
a. When amountOwed is greater than 1000.00, display an overdue message.
b. When amountOfRain is greater than 5 inches, add 5 to total. When it is between 3 and 5 inches, add 3 to total. When it is less than 3 inches, add 1 to total.
c. When middleInitial is equal to the character z, display message ‘‘You're one in a thousand''; otherwise, check to see if it is equal to the character ‘a'. When it is equal to the character a, display the message ‘‘You have a common initial''.
d. When balance > 100 and transaction < 50, subtract transaction from balance. when balance is not greater than 100, add transaction to>