Does it look good following all the rules in the description. Yes, It's a long code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Does it look good following all the rules in the description. Yes, It's a long code

Using the Divide and Conquer approach  to modularize your program. Write a function that displays the menu. Write a function that calculates and returns the check digit. Write a function that accepts a single digit and returns the cooresponding barcode string. Write a function that calculates and returns the postage for a single mailing. write a function to create and display mailing labels by reading input from the Mailings.txt text file.  https://code.sololearn.com/c4v7CZT2y80E/?ref=app

28th Feb 2018, 5:07 AM
Timew2
Timew2 - avatar
1 Answer
0
The code is very difficult to read! If I were you, I would declare a structure or class and describe the functions and variables there.
3rd Mar 2018, 10:43 PM
Алексей Медведев
Алексей Медведев - avatar