C: Program that formats date input by the user.


Short program that prompts the user to enter the date as three integer values for the month, the day in the month, and the year, and outputs the date in the form "31st December 2003" when the user enters 12 31 2003, for example.

Popular posts from this blog

C programming and relevancy

Shakespeare AI: My lady is more beauteous than a rose.

C: Temperature Conversion With Main Repeat