They where high ranking aristocrats in Russia during the 16th century. They where all executed.
I would say none of the above as A, B, and C do not seem like sensible answers.
Answer:
IN PYTHON ::
x=int(input('Enter length:'))
y=int(input('Enter width:'))
print('Area of the rectangle is', x*y,'squared units')
I hope it will be useful.