Write conditional expressions to perform the following tests: a. When amountOwed is greater than 1000.00, display an
Question:
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 balance.
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
C# Programming From Problem Analysis To Program Design
ISBN: 9781285856872
5th Edition
Authors: Barbara Doyle
Question Posted: