Hey You!
The Answer Would Be: B. Metamorphosis because it becomes a metamorphic rock.
Answer: hyperbole
Explanation:
"Evaporated into thin air" is an hyperbole. It simply means that something has completely vanished or in a situation whereby nobody knows the whereabout of someone or a particular thing.
For example, "The book on my table has evaporated into thin air" simply means that the book was on my table but now, I don't know where it is as it can't be found.
Answer:
This solution is implemented in python
num1 = float(input("Number 1: "))
num2 = float(input("Number 2: "))
num3 = float(input("Number 2: "))
print("Sum: "+str(num1+num2+num3))
Explanation:
This line prompts the user for the first number
num1 = float(input("Number 1: "))
This line prompts the user for the second number
num2 = float(input("Number 2: "))
This line prompts the user for the third number
num3 = float(input("Number 2: "))
This calculates and prints the sum
print("Sum: "+str(num1+num2+num3))
Answer:
As I explored the forest, I noticed the age of some of the trees that laced the entrance. The trees were noble giants, considering all the storms they went through and yet, they're still standing.
Explanation: