Computer Science, asked by chowdhuryprotima22, 8 months ago

write a program to input a day number of a week and display the corresponding day name(using if else ladder)

plz help as soon as possible​

Answers

Answered by Anonymous
3

Answer:

C Program to Print Day Name of Week using Else If

This C program will ask the user to enter any number between 1 to 7, where 1 is Monday, 2 is Tuesday, 3 = Wednesday, 4 = Thursday, 5 = Friday, 6 = Saturday, and 7 = Sunday. Based on the user entered integer value this program will print the day name.

Explanation:

HOPE IT HELPS PLEASE MARK BRAINLIEST

Similar questions