Answer to Question #93059 in C++ for anuja soni

Question #93059
Fill in the blanks in the following code which is intended for drawing 5 circles of radius 50 pixels centered at points (100,100), (150,100), (200,100), (250,100), (300,100).

initCanvas();
double x=100;
repeat(5){
Circle c(x,___,___);
c.imprint();
x = x + ___;
}
1
Expert's answer
2019-08-22T03:33:51-0400

initCanvas();

double x=100;

repeat(5){

Circle c(x, 100, 50);

c.imprint();

x = x + 50;

}


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS