subject

Var drawmole = function(molex, moley) { nostroke(); fill(125, 93, 43); ellipse(molex, moley, 60, 60); // face fill(255, 237, 209); ellipse(molex, moley+10, 33, 28); fill(0, 0, 0); ellipse(molex-10, moley-15, 10, 10); // eyes ellipse(molex+10, moley-15, 10, 10); ellipse(molex, moley-5, 10, 10); // nose ellipse(molex, moley+10, 20, 5); // mouth }; background(52, 168, 83); // green grass fill(0, 0, 0); ellipse(200, 200, 100, 30); // holes! ellipse(70, 119, 100, 30); ellipse(300, 60, 100, 30); ellipse(297, 350, 100, 30); drawmole(202,176); in the code above, which line calls the function? a ellipse(297, 350, 100, 30); b ellipse(molex, moley, 60, 60); c var drawmole = function(molex, moley) d drawmole(202,176

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 16:00
Helen is having a meeting with her colleagues in her company. they are working on the goals and objectives for the coming year. they want to ensure that these goals and objectives of the processes involved are properly evaluated. which system can helen and her colleagues apply to evaluate this? helen and her colleagues require a blank to evaluate the goals and objectives.
Answers: 2
question
Computers and Technology, 24.06.2019 10:00
Which two technologies support the building of single-page applications?
Answers: 2
question
Computers and Technology, 24.06.2019 11:30
Why is body language an important factor in a business meeting
Answers: 1
question
Computers and Technology, 24.06.2019 16:00
This isn't about school but every time it tells me to watch an ad to unlock the answer to a question it prompts a survey and it just keeps loading. so i haven't been able to get answers for my tests in like a week.
Answers: 2
You know the right answer?
Var drawmole = function(molex, moley) { nostroke(); fill(125, 93, 43); ellipse(molex, moley, 60, 6...
Questions
Questions on the website: 13722363