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

3 answers

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
start
N=N+1,OS=0
N<=200
IfN/2=1
OS=OS+N
N=N+1
Print OS
Stop
Write an algorithm to find the sum of odd numbers between 100 and 200
Similar Questions
  1. Which of the following statements is FALSE?Syntax errors are usually easier to fix than logic errors. Professional programmers
    1. answers icon 1 answer
    1. answers icon 1 answer
    1. answers icon 1 answer
  2. Which of the following is a reason to use flowcharts?(1 point)Responses Flowcharts are more precise than code. Flowcharts are
    1. answers icon 1 answer
more similar questions