Question: in C++ Write a program that uses the following structure struct date of birth int day string month; int year The program should use a

in C++
Write a program that uses the following structure struct date of birth int day string month; int year The program should use a function that reads a date, one field at a time, then calls a function that validates if the date is a correct date for this century, and finally calls a 3nl function that displays the date in this format: dd Name Of Month Year. Example of running: Input the day: 24 Input the month: December Input the year: 2000 This is a correct date for this century: 24 December 2000
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
