Question: Write a simple C program that takes a month in integer as input ( only between 1 and 5 - use if . . .

Write a simple C program that takes a month in integer as input (only between 1 and 5- use if...else) and to print the corresponding month(use switch...case).
(5M)
i)Use a switch-case statement with break statements
ii)Use a switch-case statement without break statements
Analyze the difference.
 Write a simple C program that takes a month in integer

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!