Answer:
general & personal used for computing.
Answer:
False
Explanation:
Because Microsoft can be used to create personalized web
The answer is A on edge. A)Just like homework and other activities, helping to take care of a dog teaches a child about responsibility.
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.