https://github.com/truecodersio/selection-statement-exercise-2
.NET 6.0 template project for the Selection-Statement-Exercise 2 at TrueCoders
https://github.com/truecodersio/selection-statement-exercise-2
Last synced: about 1 year ago
JSON representation
.NET 6.0 template project for the Selection-Statement-Exercise 2 at TrueCoders
- Host: GitHub
- URL: https://github.com/truecodersio/selection-statement-exercise-2
- Owner: truecodersio
- Created: 2022-10-19T21:17:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T21:18:32.000Z (over 3 years ago)
- Last Synced: 2025-03-26T23:07:52.102Z (over 1 year ago)
- Language: C#
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 284
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Exercise 2
- Ask the user for their favorite school subject.
- Store their answer in a variable
- Pass the variable as the expression in a switch statement.
- Create 5 different cases for different subjects. Each case will print the subject chosen and a custom message of your choosing.
- Create a default case to handle any case not handled.