Question 20 6 pts Select the loop control (this should be numbers and remember indexing starts at 0) and the array refer

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

Question 20 6 pts Select the loop control (this should be numbers and remember indexing starts at 0) and the array refer

Post by answerhappygod »

Question 20 6 Pts Select The Loop Control This Should Be Numbers And Remember Indexing Starts At 0 And The Array Refer 1
Question 20 6 Pts Select The Loop Control This Should Be Numbers And Remember Indexing Starts At 0 And The Array Refer 1 (133.93 KiB) Viewed 47 times
any help with this please
Question 20 6 pts Select the loop control (this should be numbers and remember indexing starts at 0) and the array reference which complete the algorithm below. The calcCharges algorithm accumulates the total charges by iterating over the array, charges, which is passed into the module. The charges array is shown below which should provide information on how to set the loop control values for the counted repetition. 5.50 7.25 10.00 4.50 6.75 module: calcCharges (charges) totalCharges = 0 do index = [ Select ] to Select) totalCharges = [Select] totalCharges + enddo prompt "totalCharges = ", totalCharges end calcCharges
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply