write the java program -Programming Your program must use class constants (e.g., static final int SIZE=10) in place of any numeric constants (except for 0 and 1), and in place of any character constants.Your program must use nested loops.At least one doubly-nested...