Which of the below finds the sum of all positive odd numbers less than 1000? Select one: O a. n = 1 sum - 0 while n


can you solve it? thank you... no need to type solutions just need answer:)


Which of the below finds the sum of all positive odd<br>numbers less than 1000?<br>Select one:<br>O a.<br>n = 1<br>sum - 0<br>while n < 1000:<br>sum += n<br>n += 2<br>Ob.<br>n = 1<br>sum = 0<br>while n < 999:<br>sum += n<br>n += 2<br>Ос.<br>n = 2<br>sum = 0<br>while n < 1000:<br>sum +- n<br>n += 2<br>O d.<br>n = 1<br>sum = 0<br>while n < 1000:<br>sum += n<br>n += 1<br>n = 1<br>sum = 0<br>while n < 1000:<br>sum += n<br>

Extracted text: Which of the below finds the sum of all positive odd numbers less than 1000? Select one: O a. n = 1 sum - 0 while n < 1000:="" sum="" +="n" n="" +="2" ob.="" n="1" sum="0" while="" n="">< 999:="" sum="" +="n" n="" +="2" ос.="" n="2" sum="0" while="" n="">< 1000:="" sum="" +-="" n="" n="" +="2" o="" d.="" n="1" sum="0" while="" n="">< 1000:="" sum="" +="n" n="" +="1" n="1" sum="0" while="" n="">< 1000:="" sum="" +="">

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here