Computer Science, asked by rathodmeghna93, 3 months ago

write a algorithm to print 1 to 10 numbers and draw the flowchart ​

Answers

Answered by sorathiya
2

Answer:

Step 1: Start

Initialize variable K to 1, K=1

Step 2: Output K

Step 3: Increment K by 1

K=K+1

Step 4: Check if the value of K is less than or equal to 10. IF K<=10 THEN GOTO step 2 otherwise GOTO Step 5

Step 5: Stop

Similar questions