Question: Create a C + + program that draw 5 circles. ( See the example below. ) You must write a function to draw a circle,

Create a C++ program that draw 5 circles. (See the example below.) You must write a function to draw a circle, and the main program must call the function.
Please Submit:
A flowchart of your program. Both the function and the main program.
(3 points)
Your C++ program with a heading comment, also appropriate spacing and indentation in the program body. Your program must use a function that receives x axis, y axis, and radius (you should consider passing an array as well.), array(s) to store the result(s).
Copy of a screenshot after your program is executed.
(2 and 3: 7 points)
/*
ELEN 1301
Programming Assignment #9.
Name : Your name.
Student ID : Your student ID #.
Due date : Due date.
Purpose of the program :
Creating a program that draws 5 circles.
Section 1 : Write a function that draws a circle.
Section 2 : In main program, call the function with appropriate values.
Section 3 : Draw the circles with "*" and the background with ".".
*/
#include ={};,??={};xcyc
Example
Extra credit work (10 points extra
Output Example.
Example
Create a C + + program that draw 5 circles. ( See

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!