[solved] – Question 94608
I need to function to draw an equilateral triangle in C++. with # as the border and ‘*’ as the filler after accepting the size from the user.
Expert Answer
OR
I need to function to draw an equilateral triangle in C++. with # as the border and ‘*’ as the filler after accepting the size from the user.
OR