Ask a New Question

Question

Draw a flowchart and algorithm pseudo code to print the product of the first 10 even number.
6 years ago

Answers

oobleck
p=1
for n=2 to 20 step 2
p = p*n
next
print p
6 years ago
Sam
Using pseudocode or a flowchart, develop the logic for a program that accepts a number as input and displays the value that is 10 more than the number.
4 years ago

Related Questions

Draw a flowchart, hierarchy chart , and pssseudocode for a program to solve the following problem. A... draw an isolation flowchart to show how one would separate mixture of 1-decanol , aniline and benzoi... HOW CAN I DRAW A FLOWCHART THAT WILL PRODUCE THE FOLLOWING OUTPUT REPORT, ITEM, PRICE, QUANTITY AND... 1.An algorithm and a flowchart is required to obtain the average weight of a group of N-students. It... Create an algorithm, flowchart, and pseudocode for a solution of the following problem. This solut... Write an algorithm,flowchart,pseudo cod and finally a c++ code that will accept exam score for five... Draw a flowchart describe that the process for looking up a word in a dictionary write algorithm, flowchart and code to infut marks of 3 subjects of a student and display his grade... draw a flowchart to sum all the even numbers between 1 and 20 inclusive and then display the sum how to draw the flowchart to add numbers from 1 to 100 and display the sum
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use