pls solve all questions it a humble request

Answers
Explanation:
Sorry dont Know the answer
1 Select Case is a conditional statement, that helps you test a variable for equality against a set of values. Each value is referred to as a case, and a variable that is being switched on should be checked for all the select cases.
2. A Loop executes the sequence of statements many times until the stated condition becomes false. ... The control statement is a combination of some conditions that direct the body of the loop to execute until the specified condition becomes false.The PRINT statement is used to display numbers, messages or values of variables on the output screen.The REM statement is used to write a remark or a comment in the program that does not get.The CLS statement is used to clear the output screen.
3.A "Do While" loop statement runs while a logical expression is true. This means that as long as your expression stays true, your program will keep on running. Once the expression is false, your program stops running. A "Do Until" loop statement runs until a logical statement is true.
Hope it helps you..!
LIKE IT AND MARK IT AS BRAINLIEST.!