AKINSOLA FARUQ AKINDOYIN 19/SCI01/013 SOLUTION STEP 1: declare answer and amount STEP 2: print ENTER AMOUNT to input amount STEP 3: DISPLAY A LIST FOR THE USER TO CHOOSE the DAY the transaction was made (something like this ) 1)mon 2)tue 3)wed 4)thur 5)fri 6)sat 7)sun STEP 4: if(answer==7 && amount<5000){ print (transaction failed) } step 5: else{transaction sucessful END i used that method in step 3 because if i use something like step3: enter day of transaction step4: if (day==sunday && amount<5000){ print(transaction not succesful) some people can just enter any junk like (gwudhgahufhfh) and the transaction will be succesful as long as it is not sunday.