Hello people, first time poster.

I have been fooling with vb for a couple of weeks now and have a question.
I need help coding, and i know its probably right in front of me. If i were to design a program that would let me enter the size of a diamond and then drawn a diamond of that size using only odd numbers
like the diamond size is 9 and the drawing would look like

*
* * *
* * * * *
* * * * * * *
* * * * * * * * * - this is where the 9 input would go
* * * * * * *
* * * * *
* * *
*
this is just a little fun project on the side, but i wanted to see if i could do it
the output can be in console, message box, or list box

I know how do declare variables and to check for valid entries

in advance thanks for you help.

Simon