WHO ARE YOU?
clude halfPy ramid();
void invertedHalfPyramid();
v invertedFullPyramid();
int main()
{
int ch;
do
{
cout. Print Half Pyramid of Stars\n";
cout Inverted Half Pyramid of Stars\n";
Eer the Choice: ";
cin>>ch;
switch(ch)
{
case 1:
halfPyramid();
break;
case 2:
invertedHalfPyramid();
break;
case 3:
fullPyramid();
break;
case 4:
edFullPyramid();
break;
case 5: