(Solved): Code and Flow chart ELEN \( 1301 \quad \) Programming Assignment \( \# 9 \) Due date: Posted on the ...
Code and Flow chart
ELEN \( 1301 \quad \) Programming Assignment \( \# 9 \) Due date: Posted on the LULearn / Blackboard_ (Due at the end of the day.) Create a \( \mathrm{C}++ \) program that plot triple diamond. Please Submit: 1. A flowchart of your program. (3 points) 2. Your \( \mathrm{C}+ \) program with a heading comment, also appropriate spacing and indentation in the program body. 3. Copy of a screenshot after your program is executed. (2 and \( 3: 7 \) points) /* BLEN 1301 Drogramining Assignment #9. Name : Your name . Student ID : Your student ID I. Purpose of the program : Creating a program that plot triple diamond. Section 1 : Initialize the array, (Hint: Use an array of size \( 80 \times 80 \), ) Section 2 : Calculate plotting points (Hint: Plot a subset of a line \( Y= \) \( x \). The center of the array is sq[39][39]. The offset should be \( -10,-20 \), and \( -30 \) ) mark them in the array. Section 3 : Output the plotted array. (Hint: Combine two rows into a single raw-1 */ #include