CBSE BOARD X, asked by harsha650, 1 month ago

Program to print table of given number.

[

]

n = 10

for i in range(1,11):

c = n*i

print(n,"*",i,"=",c)

A. 1, 2, ……. 10

B. 10*1=10…….10*10=100

C. can be A and B

D. None of the above​

Answers

Answered by tusharwadhan40
0

copy it and search in

Program to print table of given

Similar questions