I want to find the completeness of a program that reverses an array, i.e. if my precondition is arr = [a_1, a_2, ... , a_n], where n >= 1, then my postcondition
arr = [a_1, a_2, ... , a_n]