Skip to content

Instantly share code, notes, and snippets.

@AmirulLearn
AmirulLearn / Birth-DAY
Last active February 5, 2018 16:11
This coding will determine what day you were borned . Please have a try :')
#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);