Question: Integer vecLength is read from input. Given the integer vector yearlyTemps with the size of vecLength, write a for loop to initialize the first half

Integer vecLength is read from input. Given the integer vector yearlyTemps with the size of vecLength, write a for loop to initialize the first half of yearlyTemps with the remaining integers read from input. Ex: If the input is 4 4749 then the output is: 474900 Note: The vector size is always even
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
