01 Assignment
01 Assignment
Introduction to C# Programming
4. Write a program that takes a day of the week as input and prints a
corresponding message based on the day (once using if and other
using switch statements).
5. Write a program that checks whether a given number is positive,
negative, or zero.
6. Write a program that takes the age of a person as input and determines
whether they are eligible to vote.
7. Write a program that takes a character as input and determines
whether it is a vowel, consonant, or special character.
8. Write a program that takes a month as input and prints the
corresponding number of days in that month.