Using each method indicated, construct a multiple-alternative structure that displays "Low" if X is equal to 0, "Medium" if X is equal to 1 or 2, or "High" if X is greater than 2 but less than or equal to 10. Assume that X is an integer. Be careful to distinguish between comparisons, using the comparison operator (==), and assignments, using the assignment operator (=).
a. Use a sequence of If-Then statements.
b. Use nested If-Then-Else statements.
c. Use a Case statement.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.