Ask a New Question

Asked by Tiwa

Write an algorithm and flow chat to print the first ten even numbers
5 years ago

Answers

Answered by oobleck

Assuming that 0 is the 1st even number,
n=0
for i=1..10
print n
n += 2
next i
5 years ago
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.

Related Questions

Write an algorithm,flow chart, psuedo codes and finally a c++ codes that will accept exams scores fo... Create an algorithm and flow chart for adding 37 and 64. Develop an algorithm, flow chart and pseudocode that accept as input three unit test scores and a pr... Write an algorithm to add the number of 2345+1245? Write an algorithm that seems to make sense for dividing any whole number by a fraction How to write an algorithm to find the fibonacci series ??? Help:/ How can I write the algorithm in pseudocode to solve this problem: There is 15 pupils in the intr... Write an algorithm to calculate the percentage of a student. Write an algorithm that converts a decimal number to binary. Then, give the big-O for your algorit... Write an algorithm and draw a flowchart a. TO FIND PROFIT
Submit Your Answer

Question

Write an algorithm and flow chat to print the first ten even numbers

Ask a New Question
Archives Contact Us Privacy Policy Terms of Use