Asked by Febby-1
                Please how do I compute an algorithm to compute the sum of n integers starting with the K^th integer. 
Thanks
A:=0
For i = k to n
Do
Begin
A:= A + i
End
            
            
        Thanks
A:=0
For i = k to n
Do
Begin
A:= A + i
End
Answers
                                                    There are no human answers yet.
                                            
                
                                                    There are no AI answers yet. The ability to request AI answers is coming soon!
                                            
                Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.