Computer Science, asked by shikhasinghsp1147, 3 months ago

Write a program to print a table of given number?​

Answers

Answered by little2997
2

Answer:

can you show me the table

Answered by deep200593
2

Answer:

In python

n=int(input("Enter a number- "))

for i in range(1,11):

print(i*n)

Hope it is clear...

Please mark it as the brainliest

PLEASE

Similar questions