Write a declaration that populates an array with the following numbers 25, 69, 47 then prints them out in the following
Posted: Wed Apr 27, 2022 3:43 pm
Write a declaration that populates an array with the following numbers 25, 69, 47 then prints them out in the following format: [an, ..., az, a1, ao] and finally prints the sum on a new line For example: Result [47, 69, 25] 141 Answer/nenalt regime 10 20 50