Question
The Vernon Hills Mail Order Company often sends multiple boxes per order to their customers. For each customer order, output a mailing label for each
The Vernon Hills Mail Order Company often sends multiple boxes per order to their customers. For each customer order, output a mailing label for each box to be mailed. The mailing labels contain the customer's complete address, along with the box number in the form of Box 1 of 4. For example if a customer requires 3 boxes, then three mailing labels will need to be printed with full address on each and Box 1 of 3 on the first one, Box 2 of 3 on the second one, Box 3 of 3 on the third one. Design the flowchart or pseudocode to for a program that reads records from the file until it reaches the EOF marker. The file contains the following: Customer title (Mr., Mrs., Dr.), first name, last name, street address, city, state, zip code, and number of boxes.
Example of file:
Mr.,John,Smith,123 Some Street,Marshall,Texas,75672,4
Mrs.,Sally,Jones,456 Other Street,Longview,Texas, 75601,3
using Python
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started