#include "CreateCustomer.h" int generateID() { const int MIN = 1000000, MAX = 10000000; int p_val = rand() % (MAX); if(p_val