algorithm and flowchart to find out the multiplication table of given number
Answers
Answered by
2
Answer:Algorithm to display multiplication table of a given number
Input the number for which the multiplication table is to be generated.
Input the end value until which the table has to be generated.
Repeat from i = 1 to end.
Display the table values in the given output format.(num * i = num*i)
Explanation:I hope this answer is helpful to u.... Keep Asking... If help u. Mark my answer as brainliest
Similar questions