Am i a nerd if upon seeing this:





















the first thought which comes to mind is:
#include<iostream.h>
void main ()
{
for(int i=0; i<=4; i++)
{
for(int j=0; j<i; j++)
{
cout<<"
";
}
cout<<endl;
}
for(int i2=4; i2>=0; i2--)
{
for(int j2=1; j2<i2; j2++)
{
cout<<"
";
}
cout<<endl;
}
}
:/
the first thought which comes to mind is:
#include<iostream.h>
void main ()
{
for(int i=0; i<=4; i++)
{
for(int j=0; j<i; j++)
{
cout<<"
}
cout<<endl;
}
for(int i2=4; i2>=0; i2--)
{
for(int j2=1; j2<i2; j2++)
{
cout<<"
}
cout<<endl;
}
}
:/
Eid mubark to u too..