Write an application where you ask the user to input the


Scenario:

As you peruse various websites on the Internet, looking to create a banner for your new business, you notice that many places charge you by the letter. You want to be able to quickly count the letters on the various banners you design, so you decide to create a letter counter for yourself.

Write an application where you ask the user to input the price per letter (PPL), and then ask the user to input the sentence they want printed. The application should then calculate the number of letters and give the user the total cost in the following manner:

You have 40 letters at $3.45 per letter, and your total is $138.00.

[Important] Your application should only use "FOR" loops. Do not use any String or Array functions.

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Write an application where you ask the user to input the
Reference No:- TGS01235156

Now Priced at $50 (50% Discount)

Recommended (94%)

Rated (4.6/5)

A

Anonymous user

2/12/2016 12:24:40 AM

For the scenario shown below perform the following tasks: As you examine different websites on the Internet, looking to make a banner for your new business, you observe that numerous places charge you by the letter. You wish for to be capable to rapidly count the letters on the different banners you design, thus you decide to make a letter counter for yourself. Write down an application where you ask the user to input the price per letter (PPL) and then ask the user to input the sentence they wish for printed. The application must then compute the number of letters and provide the user the net cost in the following way: You have 40 letters at $3.45 per letter, and your net is $138.00.