Ask a New Question
Search
draw a flowchart and write the algorithm for printing the first 10 even numbers
1 answer
I will write a simple qbasic program (u make algorithm yourself)
CLS
for I =2to 20 step 2
Print I
Next I
End
Ask a New Question
or
answer this question
.
Similar Questions
draw a flowchart and write the algorithm for printing the first 10 even numbers
7 answers
How to write algorithm and draw flowchart for finding the sum of first ten even numbers?
3 answers
how to write algorithm and pseudocode and how to draw flowchart to find the average,
max, min, and sum of three numbers given by
1 answer
how to write algorithm and pseudocode how to draw flowchart to find the average max min and sum of three numbers given by the
1 answer
more similar questions