Computer Science, asked by socwall14, 2 days ago

Write an algorithm and draw a flowchart to find the sum of the first ten numbers.​

Answers

Answered by agrim28
2

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

Similar questions