what code will be assigned to strStatus variable when the intLevel variable contains the number 4?


Select Case intLevel
Case 1, 2
strStatus = "Bronze"
Case 3 To 5
strStatus = "Silver"
Cases 6, 7
strStatus = "Gold"
Case Else
strStatus = "Platinum"
End Select


Silver

Computer Science & Information Technology

You might also like to view...

A page element that is saved as a .lbi file and can be inserted in more than one page of a site is known as a ____.

A. site item B. media item C. library item D. common item

Computer Science & Information Technology

Annotation options include all of the following EXCEPT:

A) Eraser. B) Highlighter. C) Mark-up Tool. D) Pen.

Computer Science & Information Technology

To replace cell contents, you can select the cell, type the new data, and then enter the data by  ____.

A. pressing the Enter key B. pressing the Tab key C. clicking the Enter button on the Formula bar D. all of the above

Computer Science & Information Technology

Why should you try to avoid using video on the Web?

What will be an ideal response?

Computer Science & Information Technology