Computer Studies
Write the syntax of IF - THEN in QBASIC
QBASIC: Conditional Statements
12 Likes
Answer
Syntax:
IF <condition is true> THEN <Perform the task>
Answered By
7 Likes
Related Questions
Can you write a new program without saving the previous program? Comment.
What will happen if you save two different programs with the same file name?
Write the syntax of IF - THEN - ELSE in QBASIC
Draw a flowchart and write a program in QBASIC to enter two numbers. Subtract the second number from the first if the first number is greater than the second number or vice-versa.