Answer:
The correct option to this code is "a".
Step-by-step explanation:
The given code contains the highest value in array1 because code will use variable value that adds all value of array1. and other options are not correct that can be described as:
- In option, b The value variable, we add a number that's why it can not contain the lowest value.
- In option, c The value variable use for loop for add all array element not sum of values.
- In option, d There will no crash in program.