Hey guys, I have a project due for school, we have to draw a diamond using for loops, i've got it all finished except the Draw function. I'm gonna copy/paste what I have, if someone can look it over and help me come up with a draw function or point me in the right direction that'd be great!
great !!! Now what should this Draw() do? From the name I think you have to output some * in such a way that in the console it appears like a diamond. So, tell us which all member variables are there in your Diamond class that you need to use while drawing a diamond. Or in other words, how should the diamond be drawn?