# Introduction In this lab, we will create a menu-driven program using switch case in C. A menu-driven program is a program that presents a menu to the user, and the user chooses an option from the menu to perform a specific task. In this program, we will create a menu that will allow the user to perform various tasks such as calculating the factorial of a number, checking if a number is prime or composite, and checking if a number is even or odd.
Click the virtual machine below to start practicing