blah blah blah is here! blah blah » Close

0
votes
1 answers

switch statment

how can i write the following if..else statement as a switch statement and write a short programme which takes some input from the user and makes use of the switch statement... if (choice == "a") { Console.WriteLine(&qu ...

Feedback