Given an array of size n, write a program to check if the given array is sorted in strictly increasing order or not.
Return true if it is, otherwise false.