Ask Question

Var faceS = 100; var mouthS = 30; ellipse (200, 200, faceS, faceS); ellipse (200, 220, mouthS, mouthS); How wide is the second ellipse that draws the mouth?

+5
Answers (1)
  1. 15 November, 05:59
    0
    The first two parameters of the ellipse function are the beginning x and y coordinates. The last two are the width and height of the ellipse. The second ellipse starts at (200px, 200px) and has a width and height equal to mouthS. We are given mouthS as 30, therefore the mouth is 30 pixels wide.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Var faceS = 100; var mouthS = 30; ellipse (200, 200, faceS, faceS); ellipse (200, 220, mouthS, mouthS); How wide is the second ellipse that ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers