<p>//CustomerAccount.cpp</p><p>#include <iostream><br/>#include <fstream><br/>#include <string><br/>#include <iomanip><br/>//#include "Display.h"<br/>using namespace std;</p><p>//Customer Account<br/>struct Customer<br/>{<br/> string name;<br/> string address;<br/> string city;<br/> string state;<br/> string zip;<br/> string phoneNum;<br/> double accBalance;<br/> string dateLastPay;<br/> int num;<br/>};</p><p>int enterRecords(string, Customer