Question: hey there instead of using for the line string[] brand = { Trek, Giant, Specialized, Raleigh }; I need this as a Switch Statement in

 hey there instead of using for the line string[] brand =

hey there instead of using for the line string[] brand = { "Trek", "Giant", "Specialized", "Raleigh" }; I need this as a Switch Statement in C# as well the line

int[] metal_ch = { 0, 175, 425, 615 };// use if statement 4x as well I need this line to be as switch statement instead .

instead of [] I need to written as switch statements language in C#

string() brand = { "Trek", "Giant", "Specialized", "Raleigh" };// use Switch stament 4 x times // int[] metal_ch = { 0, 175, 425, 615 };// use if stament 4x

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!