Question: Write code that uses a for loop to print each element of an array named data that contains five integers: element [0] is 14 element
Write code that uses a for loop to print each element of an array named data that contains five integers:
element [0] is 14
element [1] is 5
element [2] is 27
element [3] is −3
element [4] is 2598
Consider generalizing your code so that it will work on an array of any size.
Step by Step Solution
3.47 Rating (157 Votes )
There are 3 Steps involved in it
Code that uses a for loop to ... View full answer
Get step-by-step solutions from verified subject matter experts
