Please Help me guys :S

hi i need to write a c++ program that make a hollow rhombus like this

*******
***.***
**.....**
*........*
**.....**
***.***
*******


pointed area should be empty please help me soon ...
Preeeetty sure no one will write the code for you.

Give it a shot, post the code, then we might help.
There's been a lot of threads like this lately.

std::cout << "*******\n***.***\n**.....**\n*........*\n**.....**\n***.***n\*******";

This will do exactly what what you wanted. Turn this in.
Topic archived. No new replies allowed.