Showing posts with label Hexagon. Show all posts
Showing posts with label Hexagon. Show all posts

Tuesday, 13 August 2013

Hexagon

Hexagon In this post of shapes in c, you will find the code to draw hexagon in C++ using "*".   Code: copy the code from here. /*         Join us at  http://shapesinc.blogspot.com       for more codes of shapes  */ #include<iostream> using namespace std; int main() { cout << "Join http://shapesinc.blogspot.com for more codes of shapes\n\n";  cout<<"CAUTION:  ...