Computer Science, asked by shalujindal3, 2 months ago

What is output of below program?
for t = 1 to 10 step 3 p=5 print p*t + ", "; next t
plz answer it​

Answers

Answered by allysia
1

Language:

QBasic

Program:

for t = 1 to 10step 3

p=5

print p*t + ", " ;

next t

Output:

Type mismatch error.

Answered by TheDeadWalker
3

Question :-

What is output of below program?

for t = 1 to 10 step 3 p=5 print p*t + ", "; next t

Answer :-

t = 3 to 4 step 1

don't cheat in computer exam

Similar questions