English, asked by santhoshpv9879, 4 months ago


calculate and display the multiplication
table of a number in algorithm​

Answers

Answered by vinayagarajan3
1

Answer:

  1. Input the number for which the multiplication table is to be generated.
  2. Input the end value until which the table has to be generated.
  3. Repeat from i = 1 to end.
  4. Display the table values in the given output format.(num * i = num*i)

Similar questions