Hi everyone, i hope you’ll help me with this code. So basically after storing an array “arr”, its size “r” and an integer “k”, I gotta write a subroutines that replaces the first number of the array greater than “k” with the sum of k and r and return its index. how can I write it??