Problem
Write a C ++ program that accepts a single integer value entered by the user. If the value entered is less than one, the program prints nothing. If the user enters a positive integer, n, the program prints an n x n box drawn with *characters. If the users enters 1, for example, the program prints *