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
1
Language:
QBasic
Program:
for t = 1 to 10step 3
p=5
print p*t + ", " ;
next t
Output:
Type mismatch error.
Answered by
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