Question: int values[10] = {2, 6, 12, 15}; Answer using the array above: 1. How can you put (assign) the value 20 in the cell that
int values[10] = {2, 6, 12, 15};
Answer using the array above:
1. How can you put (assign) the value 20 in the cell that now appears the value 6 in the array? Write the instruction in C++ where you can do this.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
