A bank charges 10 per month plus the following check fees for a commercial checking account

in Other (Education) by vomms
Favorite Add it to your favorites and revisit later
  • A bank charges 10 per month plus the following check fees for a commercial checking account
Instant Download
Previewing 1 of 2 total pages.
Trouble downloading?
Copyright complaint
Instant download
Money-back guarantee
Regular Price: $14.29
Your Price: $10.00 (30% discount)
You Save: $4.29

Description

A bank charges 10 per month plus the following check fees for a commercial checking account:

.10 each for fewer than 20 checks

.08 each for 20-39 checks

.06 each for 40-59 checks

.04 each for 60 or more checks

Write a program that asks for the number of checks written durign the past month, then computes an displays the bank's fees for the month.

include iostream

using namespace std;

int main ()

{

int numChecks;

cout "Please enter an integer value for number of checks written : ";

cin numChecks;

cout "Number of checks written for the month " numChecks " \n";

float BankFee ;

float checkFee 0.0;

if (numChecks 0 && numChecks 20)

checkFee *numChecks;

else if (numChecks 20 && numChecks 39)

checkFee ...

Comments (0)

You must sign in to make a comment.
vomms
@dgoodz
220704
4060
Rating:
Published On:
10/21/2015
Print Length:
2 page(s)
Word Count:
147
File Name:
a-bank-charges-10-per-month-plus-the-following-check-fees-for-a-commercial-checking-account-24.docx
File Size:
17.47 KB (0.02 MB)
Sold By:
vomms
Purchased:
0 times
Best Seller Ranking:
#13325

Other items from vomms

Customers also bought

Customers also viewed