Write a pseudo code before starting your program (you may not use SWITCH, replace it with IF structures) 1.1 Draw a flow chart for your program based on your pseudo code  2. Identify your constants

Write a pseudo code before starting your program (you may not use SWITCH, replace it with IF structures)

1.1 Draw a flow chart for your program based on your pseudo code
2. Identify your constants
3. Your input will come from the text file of a least 15 customers
3.1 Input file format – customerType accountNumber premiumChannels
 (I.e residential example: R12345 5, business example B12345 16 8)
 residential customers
RaccountNumber numOfPremChannels
Business customers
BaccountNumber numOfBasicServConn numOfpremChannels
4. Precision should be two decimal places
5. Calculate the running average for residential and business customer spending
6. Print all customer’s bill to a single file and the end of the file you should have the average summary for each customer type.
6.1 pay attention to details when you formatting your output

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *