Convert the following If … Then … Elself statement into a Select Case statement.
If intSelection = 1 ThenMessageBox.Show("Pi times radius squared")Elself intSelection = 2 ThenMessageBox.Show("Length times width")Elself intSelection = 3 ThenMessageBox.Show("Pi times radius squared Limes height")Elself intSelection = 4 ThenMessageBox.Show("Well okay then, good bye!")ElseMessageBox.Show("Not good with numbers, eh?")End If
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.