Computer Science, asked by sreeharishamindra, 16 days ago

Explain the following statements, its uses with syntax..
1. PRINT

2. INPUT

3. IF---THEN

4. FOR... NEXT... LOOP

5. WHILE...WEND LOOP

for for brainly

Answers

Answered by rajdeepghosh2007
2

PRINT:- It is used to print the desired statements

INPUT:- it is used to take inputs from user

If then :- it is a conditional statement which is ; if the statement is true then only proceed .

for while loop :- it is used to do a function multiple times .

while wend loop :- it is also a looping statement

Similar questions