Answer:
mantle rocks begin to melt
Explanation:
melt when temperature raises, pressure lowers or water is added
In a morphological matrix, the parameters that are essential for a design are in the left column.
<h3>What is a morphological matrix?</h3>
The morphological matrix is a matrix where columns and rows represent the various parameters for solving a problem. The first column is used for the characteristics relevant to the problem; the horizontal lines are filled with possibilities for each of these parameters.
With this information, we can conclude that in a morphological matrix, the parameters that are essential for a project are in the left column.
Learn more about morphological matrix in brainly.com/question/21120930
The limits are dangerous situation. Ex. Suicidal actions/thoughts, anything that may put yourself, the individual, or anyone else at risk.
Answer:
The pseudocode is as follows:
Input SalesAmount
Input CommissionRate
CommissionEarned= SalesAmount * (CommissionRate/100)
Print CommissionEarned
Explanation:
This gets input for SalesAmount
Input SalesAmount
This gets input for CommissionRate
Input CommissionRate
This calculates the CommissionEarned
CommissionEarned= SalesAmount * (CommissionRate/100)
This prints the calculated CommissionEarned
Print CommissionEarned