5. A bank charges $10 per month, plus the following check fees for a commercial checking account: $0.10 each for less than 20 checks $0.08 each for 20 through 39 checks $0.06 each for 40 through 59...


Please do it by excel


5. A bank charges $10 per month, plus the following check fees for a commercial checking account:<br>$0.10 each for less than 20 checks<br>$0.08 each for 20 through 39 checks<br>$0.06 each for 40 through 59 checks<br>$0.04 each for 60 or more checks<br>Write a function BankCharges() that allows the user to enter the number of checks written and<br>computes and displays the bank's service fees for the month. All checks for the month are assigned the<br>same charge, based on the total number of checks written during the month. Use the following test<br>data to determine whether the application is calculating properly. In each case, the customer is<br>charged only a single rate, based on the total number of checks. Your solution should clearly show the<br>function.<br>Number<br>of<br>Bank<br>Customer Checks Charges<br>Nancy<br>15<br>Lilian<br>25<br>Arianna<br>45<br>Ben<br>75<br>

Extracted text: 5. A bank charges $10 per month, plus the following check fees for a commercial checking account: $0.10 each for less than 20 checks $0.08 each for 20 through 39 checks $0.06 each for 40 through 59 checks $0.04 each for 60 or more checks Write a function BankCharges() that allows the user to enter the number of checks written and computes and displays the bank's service fees for the month. All checks for the month are assigned the same charge, based on the total number of checks written during the month. Use the following test data to determine whether the application is calculating properly. In each case, the customer is charged only a single rate, based on the total number of checks. Your solution should clearly show the function. Number of Bank Customer Checks Charges Nancy 15 Lilian 25 Arianna 45 Ben 75

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here