Ask a New Question

Question

Develop An Algorithm And Draw the Flowcharts To Find the Sum of Odd Numbers Between 100 And 200































9 years ago

Answers

Damon
maybe something like this:

n = 101
sum = 101
1 if n = 199 quit
n = n+2
sum = sum + n
go back to 1

quit ---> print the sum and end


9 years ago
Nadiya Nadi
start
N=N+1,OS=0
N<=200
IfN/2=1
OS=OS+N
N=N+1
Print OS
Stop
8 years ago
Anonymous
Write an algorithm to find the sum of odd numbers between 100 and 200
8 years ago

Related Questions

Develop an algorithm or write pseudocode to determine if a citizen is eligible to vote. The criteri... Develop an algorithm or write a pseudo-code that accepts as input the names of an unspecified number... . Develop an algorithm pseudo-code or flowchart that will accept the names of each sales staff me... Develop the algorithm and flowchart for a module that calculates the retirement deduction rate accor... Develop an Algorithm and Flowchart that accept the score/mark of a student in an examination and out... Develop a pseudocode algorithm that prompts the user to input his/her name and age. If the age ente... how to develop an algorithm and pseudocode read 10 integer from the keyboard in the range 0 up to 1... how to develop an algorithm of read10 integer from the keyboard inthe range of 0up to 100 and how m... Develop and algorithm for a two step equation Develop and algorithm for a two step equation using bubble sort
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use