Math, asked by Nishchitnish7270, 1 year ago

Write an algorithm to print multiplication table

Answers

Answered by writersparadise
127

An algorithm gives step by step instructions on how to solve a problem.


Step 1: Start the process.


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 the process.

Answered by adityagiri12608
11

I HOPE THIS WILL HELP U

thank u have a nice day a lot

Attachments:
Similar questions