Computer Science, asked by annupriya9636, 11 months ago

Flowchart for to calculate create multiplication table

Answers

Answered by pranesh43
1


Secondary School

Math

13 points

Write an algorithm to print multiplication table

Ask for details 

Follow 

Report

 byNishchitnish7270 28.10.2017

Answers

Me · Beginner

Know the answer? Add it here!

writersparadise 

Ace

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.

Similar questions