Saved Bookmarks
| 1. |
Write an algorithm and draw a flowchart to find the sum of the first ten numbers. |
|
Answer» ong>ANSWER: hope it helps you mate Explanation: [ START ] n=1 s=0 no n < = 10 display x yes s = x + s x = x + L end mark me as BRAIN list please |
|