Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

# draw two eyes and a mouth to create a serious face. ### (hint: you wi…

Question

draw two eyes and a mouth to create a serious face.

(hint: you will need to figure out the width and height using the method

from the notes!)

place your code here ###

rect(100, 120, 30, 80)
rect(270, 120, 30, 80)
rect(310, 150, 300, 250)

this draws the chin.

rect(180, 320, 40, 20)

Explanation:

Brief Explanations

The code is related to computer programming for drawing shapes (rectangles) to create a face. The subfield under Natural Science that best applies is Computer Science, as it involves coding and graphical programming tasks.

Answer:

Computer Science (under Natural Science)