Answer: speaks Portuguese
Eu disse a todos a tradução para que possam te ajudar
Explanation: Y’all can help I have no idea
QUESTION 13. Explain the use of quotation marks in the excerpt "I will give each of you
seed. The one who will bring me the most beautiful flower within six months will be chosen but
wife and the future empress of China. ".
QUESTION 14. The palace servant considered the idea of her daughter attending the celeb
organized by the prince of the region, a foolish idea, a madness. This is an OP
Do you agree with this opinion of the character? Justify your answer.
Answer:
/* C Program to rotate matrix by 90 degrees */
#include<stdio.h>
int main()
{
int matrix[100][100];
int m,n,i,j;
printf("Enter row and columns of matrix: ");
scanf("%d%d",&m,&n);
/* Enter m*n array elements */
printf("Enter matrix elements: \n");
for(i=0;i<m;i++)
{
for(j=0;j<n;j++)
{
scanf("%d",&matrix[i][j]);
}
}
/* matrix after the 90 degrees rotation */
printf("Matrix after 90 degrees roration \n");
for(i=0;i<n;i++)
{
for(j=m-1;j>=0;j--)
{
printf("%d ",matrix[j][i]);
}
printf("\n");
}
return 0;
}
Answer:


Explanation:
= Velocity of car = 65 mph = 
= Density of air = 



From Bernoulli's law we have

The maximum pressure on the girl's hand is 
Now
= 200 mph = 

The maximum pressure on the girl's hand is 