What is a "Select Case" Statement in QBASIC Programming language?
Answers
Answer:
Different looping statements are
1. In FORTRAN and PL/I, the keyword DO is used for the same thing and it is called a do-loop; this is different from a do-while loop.
2. The PRINT statement is used to display numbers, messages or values of variables on the output screen.
3. 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.
4.The LET statement is used to assign a value to a variable.
5.The INPUT statement is used to take a value from the user and store it in a variable.
6.The IF…THEN…ELSE is a conditional statement that executes a set of statements depending upon a condition.
Answer:
Select-Case statements work like If statements. ... Creating a Select-Case statement is simple to do. The next program will prompt the user to select the key A-D and the program will respond by telling the user what key was entered. We will create a Select-Case statement for the A-D keys entered.
Explanation:
hii bro