Question: I need help with this quesiton! You do not need to use any functions beyond the main function in this problem. Initialize an array of
I need help with this quesiton!
You do not need to use any functions beyond the main function in this problem. Initialize an array of int with the values: 4, 6, 9, and 12. Write a for loop to add the values in the array and find their sum. Write a second loop to print the values from the array and their sum in the following format:
4 + 6 + 9 + 12 = 31
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
