It effects it until it is refilled to its normal amount
They won’t let it be on your computer, knowing it well give you 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.