Skip to content

Instantly share code, notes, and snippets.

#include <stdio.h>
int main(){
int days, start, i, x, j = 0;
printf("please enter the number of days in the month: ");
scanf("%d", &days);
printf("\nplease enter the starting day (sun = 1 and sat = 7): ");
scanf("%d", &start);
printf("\n");
printf("su mo tu we th fr sa");
printf("\n");