Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
draw a flowchart and write the algorithm for printing the first 10 even numbersAsked by surya
draw a flowchart and write the algorithm for printing the first 10 even numbers
Answers
Answered by
A GOODSTUDENT
I will write a simple qbasic program (u make algorithm yourself)
CLS
for I =2to 20 step 2
Print I
Next I
End
CLS
for I =2to 20 step 2
Print I
Next I
End
There are no AI answers yet. The ability to request AI answers is coming soon!