select casethe select case is used for handling


Select Case:

The Select Case is used for handling the multiple paths. The Select Case computes the expression and depending on the value of the equivalent Case statement executes.

Select Case expression

Case value1

Block of one or more VB statements

Case value2

Block of one or more VB Statements

Case value3

Block of one or more VB statements

Case value4

Case Else

Block of one or more VB Statements

End Select

A function WeekDay is used that reads the day, date and time from the computer to demonstrate the use of the select case.

Request for Solution File

Ask an Expert for Answer!!
Visual Basic Programming: select casethe select case is used for handling
Reference No:- TGS0173314

Expected delivery within 24 Hours