Question: Write a C++ program that takes your birthdate as one integer number of 8 digits according to the format DDMMYYYY, where DD is the day,
Write a C++ program that takes your birthdate as one integer number of 8 digits according to the format DDMMYYYY, where DD is the day, MM is the month and YYYY is the year. The program displays the birthdate in different format. For example, if the program takes 23111947 as a birthdate, it displays it as:
I was born on 23 / 11 / 1947
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
