Computer Science, asked by rajalakshmib021, 5 months ago

write algorithm , pseudocode, and flow chart to print numbers from 1 to20 . where each numbers must be printed 3 times ?​

Answers

Answered by Anonymous
3

Answer:

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.

Explanation:

Similar questions
Math, 5 months ago