Ask a New Question
Search
Write an algorithm and flow chat to print the first ten even numbers
1 answer
Assuming that 0 is the 1st even number,
n=0
for i=1..10
print n
n += 2
next i
Ask a New Question
or
answer this question
.
Similar Questions
1. Write a structured algorithm that prompts the user to input two numbers. The algorithm should calculate and print the sum &
6 answers
draw a flow chart to print odd numbers below 20 in descending order
1 answer
Write an algorithm and flowchart that will accept score of 30 student in a class calculate and print the average mark in basic
9 answers
draw a flowchart and write the algorithm for printing the first 10 even numbers
7 answers
more similar questions