Explanation:
the output of your code is 30
Decimal (i think but i’m not 100% sure)
Answer:your race, gender, marital status, education level, religion, political party or income, those details can't be factored into your credit scores.
Explanation:
______ is used in operating system to separate mechanism from policy
<span><span>A. Single level implementation</span><span>B. Two level implementation</span><span>C. Multi level implementation</span><span>D. None</span></span>
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.