

Consider how you might modularize the code in your project. What kind of data will the functions take as arguments and what kind of data will the functions return? Where will the functions be called? Modify your pseudocode and flowchart(s) from Module 04 by modularizing the program using functions as appropriate. You should continue working on translating your project’s pseudocode into C++ code and testing it.