Write a program to print a table of given number?
Answers
Answered by
2
Answer:
can you show me the table
Answered by
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