The Birthday project analyzes a string containing the user's birthday and formats it correctly, telling the day, month and year of their birthday. The program checks first if the user's birthday is a valid birthday as per the conditional statements, printing different error clauses depending on which conditions the user input breaches. Otherwise, if the input passes all the conditions the output is printed in the right format.
This project uses pointers to collect different names to store in an array, which is then printed out as an organized list.
This project uses loops to create a continuous guessing game which only stops until the user says so, breaking the while loop.
This assignment uses the different functions to modify a string inputed by the user. The changes are also made as according to the user's input.
This project generates a list of countries, however these lists are all generated using only a single array which is modified as the program runs.