Write QBasic programs for the following problems.
a) Accept two numbers from the user and display the larger one.
Answers
Answered by
0
Answer:
Hey mate here is your answer
Explanation:
REM
CLS
INPUT “ENTER ANY TWO NUMBERS”; A, B
IF A > B THEN
PRINT A; “IS GREATER”
ELSE
PRINT B; “IS GREATER”
END IF
END
Similar questions
Hindi,
1 month ago
Physics,
1 month ago
Hindi,
2 months ago
Computer Science,
9 months ago
English,
9 months ago