Computer Science, asked by rishikagour3615, 6 months ago

Write an algorithm for table of 5

Answers

Answered by Anonymous
1

Answer: Step 1: Start.

Step 2: Input N, the number for which

multiplication table is to be

printed.

Step 3: For T = 1 to 10.

Step 4: Print M = N * T.

Step 5: End for.

Step 6: Stop.......

Hope this may help you.......................

Similar questions