Write a BASIC-256 program to accept a number and print the multiplication table of the number till 10 multiplies.
Answers
Answered by
0
Answer:
laLÑr Hkk’kk esa vuqokn dhft,%& 5
d- ckx esa Qwy f[kyr s gS aA
[k- ou e sa “ksj xjtrs gS aA
x- e sjh i qLrd dgk¡ gS\
?k- fon ~;ky; ds i z/kkukpk; Z vkrs gS aA
M- ;g ckx dk ekyh gSA
Answered by
0
Answer:
input "Enter a number"; n
for i = 1 to 10
c = i * n
print c
next i
Similar questions