IfthenElse ifthenElse ifthenElseEnd if-this syntax is used for ___________ statement.
If---then---else
Else if with---then---else
If---then
All of these
_______ statement is used to check a condition in BASIC.
Let
Print
If
Goto
_______ helps us to give multiple condition.
IF
THEN
ELSE
IF..THEN..ELSE
_______ command is used for FALSE condition in IF statement.
Both A and B
_______ statement is used to take a decision.
If…Then
10 INPUT “Any two numbers”: A, B . In this line which are the variables.
10
INPUT
A and B
All the above.
Which one of the following is a logical operator?
>
+
-
*
_______ command is used for more condition in IF statement.
AND
NOT
Both a and b
None of these
In IF statement, the instructions are followed by _______ statement.
Condition
Line No.
Next
______operator is used to check the condition “Less than or equal to”
<=
>=
==
<#