Math, asked by ptsshani, 6 months ago

Q.2. What is Select Case? Explain with Example. math

Answers

Answered by itzshrutiBasrani
1

Step-by-step explanation:

A Select Case statement allows a variable to be tested for equality against a list of values. Each value is called a case

Answered by ahanamukherjee1210
0

Answer:

Step-by-step explanation:

A Select Case statement allows a variable to be tested for equality against a list of values. Each value is called a case, and the variable being switched on is checked for each select case..

Similar questions