01 Write an algorithm to sum array A elements and array B elements
Answers
Answered by
1
can you elaborate the question
ridarajpoot57:
yes
Answered by
0
Algorithm
- Declare and initialize an array.
- The variable sum will be used to calculate the sum of the elements. Initialize it to 0.
- Loop through the array and add each element of array to variable sum as sum = sum + arr[i].
Similar questions
Hindi,
1 month ago
Biology,
1 month ago
Hindi,
3 months ago
Psychology,
3 months ago
English,
9 months ago
Computer Science,
9 months ago