Computer Science, asked by HeraRashid, 1 year ago

Write Algorithm and flow chart for creating a table of 2.

Answers

Answered by prashantbara1221
1
START(IN C++)
1.take one variable(i)
2.use for loop for 10 time
3.then display using i variable and new line
4.use getch 
5.STOP
Similar questions