Ask a New Question

Question

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

Answers

oobleck

Assuming that 0 is the 1st even number,
n=0
for i=1..10
print n
n += 2
next i
5 years ago

Related Questions

Write an algorithm that seems to make sense for dividing any whole number by a fraction write an algorithm for each of these two problems in pseudocode.(20 points each) Mrs. Smith is o... How to write an algorithm to find the fibonacci series ??? Help:/ Develop an algorithm, flow chart and pseudocode that accept as input three unit test scores and a pr... How can I write the algorithm in pseudocode to solve this problem: There is 15 pupils in the intr... prepare an algorithm using flowchart and write a program that ask the user to enter 2 numbers, optio... 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. Write an algorithm to add the number of 2345+1245? HOW TO WRITE ALGORITHM TO add the number 1 to 100 and display the sum
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use