I have an array of 20 values and I want to round off each value to the nearest integer. What is the best way to do this? Do I have to send the array through a for-loop and use the round function on each one, or can I just apply the round function to the array.