The answer is C - or your third choice
Answer: B. judgment
Explanation: To critique a work of art, there are a 4 steps method:
<u>Description</u>: describe everything you see in the work: name of the artist, the title, what you observe, what media he/she used, the year it was created;
<u>Analysis</u>: describe how the artist uses the <u>elements of art</u> (line, shape, color, texture, space) and the <u>principles</u> <u>of</u> <u>design</u> (balance, movement, pattern, emphasis, contrast);
<u>Interpretation</u>: try to explain what is the meaning of the art, why the artist created it, what was he/she's idea for it, based on the 2 previous steps;
<u>Judgment</u> <u>or</u> <u>Evaluate</u>: make an opinion of why the art is worth it based on the other steps and give reasons for liking or disliking, its importance or the way it make you feel;
After going through each step, your evaluation or opinion will be expressed in the 4th step: Judgment.
<span>Worms are programs that run independently and travel between computers and across networks.
</span>Those are malicious programs which are exploiting operating system vulnerabilities and by doing so they spread itself. They <span>self-replicate on computers or via computer networks without the user being aware.</span>
Answer:
l = []
while True:
no = int(input())
if no>0:
l.append(no)
else:
break
print(1)
If this helped consider marking this answer as brainliest. Have a good day.