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


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


Gold

Computer Science & Information Technology

You might also like to view...

You can often set the autosave option to specify where and how frequently data is stored.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The data in an OpenOffice Base database is divided into several tables that can be joined to each other by a common field, making Base a(n) ________ database

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following is NOT true about spell checking?

A) The Spelling checker provides suggestions for words not included in the Office dictionary. B) The Spelling checker moves to the right and down during its worksheet review. C) Many correctly spelled proper nouns and uncommon words may be treated as misspelled. D) The Spelling checker automatically starts at the beginning of the worksheet.

Computer Science & Information Technology

Most application programs that allow text editing have a(n) editing spot that looks like a blinking vertical line on the screen and shows where the next change will be made to the document currently displayed on the screen. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology