Answer:
Yes, You can view the cloud on those devices
Experienced it for an extended period of time.
Answer:
Science
complex problem solving
critical thinking
judgment and decision making
Explanation:
im on endunety
total = 0
for x in range(10):
temp = float(input("Enter Temperature: "))
total += temp
print("Sum = {}".format(total))
I hope this helps!