project 9 for C++
Question Description 1) Use a structure (DMV_Customer) where members will be: NameQ, NumberQ, Date, Time. Numbers must be randomly generated (like you did in the guess a random number project). Date and Time will be pulled from your machine (find the C++ function to get Date...