Can anyone help me to make coding in the end the results show like this...
Insert date = 20\12\1910
Insert date = 20\12\1920
Insert date = 12\2\1980
Insert date = 15\6\2020
Insert date = 0\0\0 -- this program automatically end --
1. That is C code. This is a C++ forum.
2. What do you need help with, exactly? Are you getting errors? It's hard to diagnose the problem when all you tell us is that you need help.
i want to make coding with the end coding results it's show like this :
"""""""""""""""""""""""""""""""""
Enter a date (mm/dd/yy) : 3/6/08
Enter a date (mm/dd/yy) : 5/17/07
Enter a date (mm/dd/yy) : 6/3/07
Enter a date (mm/dd/yy) : 0/0/0
5/17/07 is the earliest date
"""""""""""""""""""""""""""""""
this is example of my coding can someone fix my coding?, so in the end it can launch like the example