Answer:
The code is written in python in the explanation section below
Explanation:
a_feet = int(input("Input the feet of the first fabric: "))
a_inches = int(input("input the size in inches for the first piece of fabric: "))
b_feet = int(input("input the size in Feet for the second piece of fabric: "))
b_inches = int(input("Enter the size in Inches for the second piece of fabric: "))
sum_inches = a_inches + b_inches
inches_to_feet = sum_inches // 12
rem_from_div = sum_inches % 12
sum_feet = a_feet + b_feet + inches_to_feet
print("Feet: {} Inches: {}".format(sum_feet, rem_from_div))
The number that indicates typical continental conditions (regional metamorphism) is that showing schist and gneiss rocks.
<h3>What is regional metamorphism?</h3>
Regional metamorphism occurs when rocks undergoes changes as a result of high temperatures and pressure deep within the earth's crust.
Regional metamorphic rocks are usually foliated or squashed in appearance.
Examples of regional metamorphism rocks are schist and gneiss rocks.
Therefore, the figure that indicates typical continental conditions (regional metamorphism) is that showing schist and gneiss rocks.
Learn more about regional metamorphism at: brainly.com/question/14678538
#SPJ11
The answer to the blank is physical.