Computer Science, asked by chhayapawar2444, 1 month ago

Write an algorithm and Draw flowchart to print the table from 1 to 5(eg. 1*5=1 and so on)

Answers

Answered by mssureshdang
2

Answer:

you are computer science

Answered by affumunnagunda
4

Explanation:

Step 1. Start

Step 2. Input N, the number for which multiplication table is to be printed(in your case it's 5)

Step 3. For I=1 to 10

Step 4. Print Ans= N*I

Step 5. End For

Step 6. Stop.

Similar questions