Computer Science, asked by abhi171043, 8 months ago

WAP to print a day of week depending upon the no passed using else as if ladder e.g $Day=1=Monday $Day=2=Tuesday so on computer​

Answers

Answered by oOBrO
1

Explanation:

/*

/* * C program to print day of week name

/* * C program to print day of week name

/* * C program to print day of week name program, we will take a number between 1 to 7 as input from user, where 1 corresponds to Monday, 2 corresponds to Tuesday and so on. We will use if else ladder statement to print name of day in words

return 0;

return 0; }

answer

Similar questions