C++ program for this algo
Algorithm 2
(Traversing a linear array)this algorithm traverses a linear array LA with lower bound LB and upper bound UB.
1. Repeat for K = LB to UB:
Apply process to LA[K]
[End of loop]
2.Exit
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ajay GohilPosted Jun 18, 2020, 12:37 PM