1. Give a segment of code that will find the position, posLastZero,
of the last zero element among a[0], a[1], ..., a[n-1]. That is,
posLastZero should be the largest integer such that
...