Vishal has created a program in QB64. He wants that the output of the program should be displayed subjected to true and false conditions. Suggest him the appropriate statement.
Answers
Answered by
4
@ UB 68.6 to the problems of the display subjected to be true condition suggested Hindi actor statement is qb64. 4 + 8.
Answered by
23
QB64 Program:
if<condition>then
Print "True"
Else
Print "False"
Example:
Input : "Enter a number: ", x
If x = 4 then
Print "True"
Else
Print "False"
END
Hope it helps!
Similar questions