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!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.