Answer:
D. Add 76 years to your answer for the correct answer.
Step-by-step explanation:
Write the code in python and make year_variable= 1700
Since the input value is 1700, it is less than 1776. This means the elif year_variable < 1776:
would run. This line of code makes whatever the input value is to be subtracted from 1776, then produce an answer labeled as "compute_variable"
This "compute_variable" is then shown to be in a print function, where it says to add whatever the compute variable is to the input, to get the correct answer.