This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include<stdio.h> | |
int main () | |
{ | |
int day,month,yf,yb,w,ans; | |
printf("\tThis is a program to determine your day of born by using your birth date\n\n"); | |
printf("Please enter the information needed \n"); | |
printf("Date of birth : "); | |
scanf("%d", &day); |