write an algorithm to print multiplication table of a given number
Answers
Answered by
2
Algorithm. Accept any number from the User for which we need to form multiplication table. Multiply the given number by incrementing the value of I till the I value is lesser than or equal to 12.
Similar questions