Computer Science, asked by shriyaranjit728, 4 months ago

35.Identify the errors and re-write the QB64 statement:
IF A>B THEN PRINT  A IS GREATER​

Answers

Answered by bharatpatadia74
0

Answer:

 IF...THEN statements make boolean (true or false) ... Greater than or equal, IF a >= b THEN ... QBasic decimal point value comparison errors.

Similar questions