Lab Sheet 3: Switch Statement & Loop Structures in C#
🧩 Section A – Switch Statement Exercises
Exercise 1: Basic Switch
Write a program that:
Prompts the user to enter a number between 1–3.
Prints:
“You selected One” for 1
“You selected Two” for 2
“You selected Three” for 3
“Invalid selection” fo...
techxnomad.hashnode.dev5 min read