Complete the indicated statement:
function [ issquare ] = checksquare(arrayin1)
% Checks if an array is square
% and sets issquare to true if the
% input array is square, else false.
[rnum,cnum]'
a) True
b) False