Math, asked by saraqueen1962, 6 months ago

1.Let
and
be subspaces of a vector space V and
is also a subspace of V,
then
(a)
(b)
(c) either
(d)None of the Above.

Answers

Answered by FriendsLoverAritra
4

Answer:

r = float(input("Enter the radius of the circle: "))

area = math.pi* r * r

print("%.2f" %area)

Similar questions