Computer Science, asked by ricky141087, 1 year ago

write a program in Q Basic to print table of 13 upto 5 times only

Answers

Answered by little14
5
CLS
FOR X=13
DO WHILE X=< 65
PRINT X
X=X +13
LOOP
Similar questions