Computers and Technology

Write a program that draws a dartboard. Make sure your dartboard:

Consists of 4 concentric circles
Has the center circle placed in the middle of the canvas with a radius of 25
Has three circles surrounding the middle, that each increase in radius by 25 pixels
Be sure to also:

Use a variable called radius to control the radius of the circles
Use functions in your program
Hints:

Determine how to draw one circle that is centered on the canvas and then add the other circles using the same function.
The circle radii are getting 25 pixels larger each time, so find a way to move Tracy to the correct position before drawing each circle so they are centered!
Ending World
are turtles world is a 400 units grid. the starting point is (0,0) in the center. I have come up with a method that works, however, I need loops in my program if anyone could help that would be awesome
I have:
circle(25)
right(90)
penup()
forward(25)
left(90)
pendown()
circle(50)
right(90)
penup()
forward(25)
left(90)
pendown()
circle(75)
right(90)
penup()
forward(25)
left(90)
pendown()
circle(100)


Write a program that draws a dartboard.

Make sure your dartboard:
Consists of 4 concentric circle

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 11:30, LindseyN1
One subtask in the game is to roll the dice. explain why is roll the dice an abstraction.
Answers: 3
image
Computers and Technology, 23.06.2019 07:00, sugaree95
What are three software programs for mobile computing?
Answers: 1
image
Computers and Technology, 23.06.2019 09:00, jeremytheprimerapper
Which best compares appointments and events in outlook 2010appointments have a subject man, and events do notappointments have a specific date or range of dates, and events do notappointments have a start and end time of day, and events do notappointments have a location option, and events do not
Answers: 2
image
Computers and Technology, 23.06.2019 16:00, lokaranjan5736
Write a grading program for a class with the following grading policies: a. there are two quizzes, each graded on the basis of 10 points. b. there is one midterm exam and one final exam, each graded on the basis of 100 points. c. the final exam counts for 50% of the grade, the midterm counts for 25%, and the two quizzes together count for a total of 25%. (do not forget to normalize the quiz scores. they should be converted to a percentage before they are averaged in.) any grade of 90 or more is an a, any grade of 80 or more (but less than 90) is a b, any grade of 70 or more (but less than 80) is a c, any grade of 60 or more (but less than 70) is a d, and any grade below 60 is an f. the program will read in the student’s scores and output the student’s record, which consists of two quiz and two exam scores as well as the student’s average numeric score for the entire course and final letter grade. define and use a structure for the student reco
Answers: 2
Do you know the correct answer?
Write a program that draws a dartboard. Make sure your dartboard:

Consists of 4 concent...

Questions in other subjects:

Konu
English, 06.05.2021 18:10
Konu
Mathematics, 06.05.2021 18:10
Konu
Mathematics, 06.05.2021 18:10
Konu
Mathematics, 06.05.2021 18:10