Computer Science, asked by furqan4770, 2 months ago

Different between LET and input statement in Q-BASIC

Answers

Answered by callmeayush007
0

Answer:

Explanation:

Components of QBasic:

(i) Menu bar   ----- File,Search,run, help etc..

(ii) Status bar  ----- Shortcut keys and location of the cursor on screen.

(iii) Editor Program Mode  ----- Executed immediately and stored in memory

(iv) Editor Intermediate Mode  ----- Not executed immediately.

Main Components of QBasic:

(i) Comments

(ii) Program Body

LET = statement is limited in that you must know the value you wish to assign when you are writing the program. ... While the PRINT statement lets your program give information (the “answer”) to the user,

Similar questions