Answer:
a = float(input("Enter Side A: "))
b = float(input("Enter Side B: "))
c = float(input("Enter Side C: "))
d = float(input("Enter Side D: "))
e = float(input("Enter Side E: "))
area1 = 1.0* a * b
area2 = (a - c) * (d - e -b)
area3 = 0.5 * (a - c) * e
print ("Room Area: " + str(area1 + area2 + area3))
Explanation:
happy to help ^3^
Do you go to BASIS?
Sorry I don't have an answer for you, but we have the same assignment in our AP Comp sci class.
Just wondering.
The very first consideration a businesses should do before spending any
money or time on technology is, “why am I doing this?” If there
is not a core business benefit to be gained, why do it in the first
place?
Mainly in business they have very old and outdated computers because they do not need to get better computers or upgrade because they do the job and thats all they need.