Guys, help me.
Give me some hints on how to do this program . . .
a program that will print an asterisks and zeroes one-at-a-time and will to print like the following pattern.
**0**
*0*0*
0*0*0
*0*0*
**0**
Give me some hints on how to do this program . . .
a program that will print an asterisks and zeroes one-at-a-time and will to print like the following pattern.
**0**
*0*0*
0*0*0
*0*0*
**0**
Comment