Question: IN C++ please 2. Triangle Pattern Create a C++ program triangle.cpp that displays the following pattern on the screen: (1) Write a program that displays
IN C++ please

2. Triangle Pattern Create a C++ program triangle.cpp that displays the following pattern on the screen: (1) Write a program that displays a triangle as shown: (1 pt) Output: *** ** ** * ********* (2) Modify the program to display a diamond pattern as shown: (3 pts) Output: ** * * **** * * * 3. Total Purchase A customer in a store is purchasing five items. The prices of the five items are: Price of item 1 = $15.95 Price of item 2 = $24.95 Price of item 3 = $6.95
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
