Question from Qbasic
Find the error
a>b
print "a"
Answers
Answered by
35
CLS
INPUT "a>b"; ab
FOR i = a TO b
a = ab * i
PRINT n; "x"; i; "="; a
NEXT i
END
Answered by
6
Explanation:
C I S
input " a^b"; ab
for = a to b
a= ab + i
print n ; " x " ; i ; " = " ; a
next i
END
Attachments:
Similar questions