Computer Science, asked by rohit123425, 10 months ago

how to write algorithm for multiplication table up to 10 for number 1 to 5​

Answers

Answered by lastbenchstudent
1

take a number n

tak a vairable x = n

start for loop from i =1 to 10

do x = x + n

print x

increment i by 1 i.e. i = i+1

Similar questions