#include<stdio.h>
int main()
{
char CH;
scanf("%c", &CH);
switch(){
case 's':
printf("Sunday");
break;
case :
printf("Monday");
break;
default:
printf();
}
return 0;
}
Answers
Answered by
0
Answer:
what do you mean by this question
Explanation:
Mark me as brainliest pls
Similar questions
Math,
18 days ago
Computer Science,
18 days ago
Math,
18 days ago
English,
1 month ago
English,
8 months ago