User gives the day number and the program outputs the day name for five days and holiday for sat. and sun.
User gives the day number and the program outputs the day name for five days and holiday for sat. and sun. using the if else logic instead of switch case
Entering a character from console and then checking if entered character is a vowel or something else.
User inputs the month code from 1 to 12 and the output indicates the quarter of the month which it falls in.
Creating a menu using switch case and run appropriate code piece based on menu selection.
Finding if the given number is odd or even using a switch-case construct.
A program that works like a calculator for two input numbers and works for most arithmetic operations like addition, subtraction, multiplication, division etc.
( As In Exam - CBSE12A-2017 )
Rewrite the following C++ code after removing any/all syntactical errors wit
( As In Exam - CBSE12D-2017 )
Rewrite the following C++ code after removing any/all syntactical errors wit
Write the output of the following code based on the switch-case selection whe
Following program may compile and link well but still it may not serve the de