Please help me this question in C++:
Carla's Date class has one constructor that contains three int parameters for month, day, and year. Jameel, using the Date class in a main program writes the following:
Date hireDate;
When Jameel compiles his program, the compiler return a syntax error on the above statement. Why?