Computer Science, asked by krishna81376, 15 days ago

CLS
FOR K=10 to 2 STEP - 2
PRINT K Next K 
END ​
WITH FULL EXPLANATION​

Answers

Answered by khananamta013
0

Answer:

QBASIC is a high-level programming language. In the previous class, you wrote simple programs in QBASIC with the help of statements such as PRINT, REM, CLS, LET, INPUT and IF…THEN… ELSE. Let us quickly revise these statements-

Similar questions