in coral Write a for loop that iterates numAges times. Each iteration: Assign userAge with the next input. Then, assign addResult with addResult plus userAge. Then, put addResult to output. Then, put "_" to output. Ex: If input is: 4 2 7 5 3, then output is: 2_9_14_17_



Answer :

Other Questions