InterviewSolution
Saved Bookmarks
| 1. |
Algorithm (pseudocode and flowchart)to print number 1 to 20 |
|
Answer» tion:Step 1 : StartStep 2 : Initialise variable NUMBER as integer Step 3 : number ( n ) - 1Step 4 : Read and print the VALUE of number.Step 5 : Repeat the step 4 until number < 20 5.1 : number. ( n) + 1Step 6 : Stop |
|