#include<stdio.h>
main()
{
int day;
clrscr ();
printf("enter the integer;");
scanf("%d",&day);
switch (day)
{
case 1: