I need to create a nested looping using for statement for this output when the input is 5. the symbol # is actually space....and if the input is 6 the program can adapt to it....
######1######
#####2#2#####
####3###3####
###4#####4###
##555555555##
and also this output (for another different program), input also 5(example)
######1######
#####121#####
####12321####
###1234321###
##123454321##
######1######
#####2#2#####
####3###3####
###4#####4###
##555555555##
and also this output (for another different program), input also 5(example)
######1######
#####121#####
####12321####
###1234321###
##123454321##
Comment