Write a program using C++ in Microsoft Visual Studio 2010 that will allow the us
ID: 3538838 • Letter: W
Question
Write a program using C++ in Microsoft Visual Studio 2010 that will allow the user to enter a character then display a triangle using the character that was entered by the user. For example, if the user enters the D then your output should look as follows:D
DDD
DDDDD
DDDDDDD Write a program using C++ in Microsoft Visual Studio 2010 that will allow the user to enter a character then display a triangle using the character that was entered by the user. For example, if the user enters the D then your output should look as follows:
D
DDD
DDDDD
DDDDDDD