NAME:UBAH chiemelie MATRIC NUMBER: 19/SCI01/087 ASSIGNMENT 1. IPO INPUT: Day of the week, Purchase amount PROCESS: OPERATORS NEEDED: • Comparison operators (<>,>=) • Boolean operator (AND) OUTPUT: Discount 2. PSEUDOCODE 1. Begin 2. Day of the week, Purchase amount. 3. Display “Enter Day and Amount of Purchase” 4. Accept Day, Expenses 5. If Day<>Sunday AND >=5000 naira 6.   Begin 7.      Print discount given 8.   End 9. Else 10.  Begin 11.     Print discount not given 12.   End 13. End