Nobody is going to help you if you don't give some of your own code. It looks like you're just asking somebody to do the assignment for you. Nobody here who knows how to do it is just going to give you the code.
I could be a jackass about it, but I'm not going to. If you give some code, or ask specifically what you want help on, you're going to get a lot more help than just posting your prompt hoping someone will give you the answers.
Ok ok got you. You are so much better than the one to ask people drop our class lol. I'm trying to start doing it now, how to prompt the user to enter the year of birth.
#include<stdio.h>
main()
{
int dob;
printf("Welcome to wtf \n");
printf("Please enter date of birth \n");
scanf("%4d,&dob");
Erm, im sorry. I must be too stpid in this and should be dropping lol... but im trying hard to understand what u are trying to correct, can u explain a bit easier for beginner noob like me ? Im sorry for the stupidity.
Your double quotes " surround the first argument %4d to make it a string. You put them around both arguments, so it will not compile correctly. That will let you enter the date of birth.
Code tags are specific to this site. It's what makes code readable. It uses the format button on the right that looks like <>