Asked 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



There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions