subject

Write a program that represents a popular kid’s toy that teaches them about different shapes and colors.

Your toy should include:

a red square

a blue circle

a yellow semicircle

a green pentagon

These shapes should be centered in a square formation on the canvas and should each have radii of 60 pixels. You should use only the circle() command to create all shapes. (Remember the extended parameters we learned about!)


Write a program that represents a popular kid’s toy that teaches them about different shapes and col

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 00:40
Write a function 'music_func' that takes 3 parameters -- music type, music group, vocalist -- and prints them all out as shown in the example below. in case no input is provided by the user, the function should assume these values for the parameters: "classic rock", "the beatles", "freddie mercury". for example: input: alternative rock,pearl jam,chris cornell output: the best kind of music is alternative rock the best music group is pearl jam the best lead vocalist is chris cornell note: the print statements will go inside the for example: print("the best kind of music is"
Answers: 2
question
Computers and Technology, 22.06.2019 18:00
Budgets you to do all of the following expect a) send frivolously b) avoid over spending c) gain financial independence d) examine your priorities and goals
Answers: 2
question
Computers and Technology, 22.06.2019 19:10
What a backup plan that you have created in a event you encounter a situation
Answers: 2
question
Computers and Technology, 22.06.2019 21:00
Write a method so that the main() code below can be replaced by the simpler code that calls method original main(): public class calcmiles { public static void main(string [] args) { double milesperhour; double minutestraveled; double hourstraveled; double milestraveled; milesprhour = scnr.nextdouble(); minutestraveled = scnr.nextdouble(); hourstraveled = minutestraveled / 60.0; milestraveled = hourstraveled * milesperhour; system.out.println("miles: " + milestraveled); } }
Answers: 2
You know the right answer?
Write a program that represents a popular kid’s toy that teaches them about different shapes and col...
Questions
question
Mathematics, 10.10.2021 01:10
question
English, 10.10.2021 01:10
question
Mathematics, 10.10.2021 01:10
question
Biology, 10.10.2021 01:10
Questions on the website: 13722367