|
-
Feb 1st, 2005, 11:15 PM
#1
Thread Starter
New Member
Really easy question, but very frustrating. Newbie alert
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|