35.Identify the errors and re-write the QB64 statement:
IF A>B THEN PRINT A IS GREATER
Answers
Answered by
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