Answer: yes
Explanation: ontop of a tall building, you drop a small peace of metal covered in zinc. it is possible to be very dangerus because of gravity. some one walking on the side walk who gets hit in the head can get a concusion maybe even a brain injury.
Answer:
The general rule of thumb is that the SMALLER a substance's atoms and the STRONGER the bonds, the harder the substance. Two of the strongest forms of chemical bonds are the ionic and covalent bonds.
Explanation:
Answer:
//The program prompts user to input three integers and it displays them, adds and gets their average
//begin
public class Test
{
public static void Main()
{
//input intergers
int[] score = new int[3];
int avg,rem,sum = 0;
for(int i=0;i<3;i++)
{
Console.WriteLine("Enter an integer score ");
score[i] = Convert.ToInt32(Console.ReadLine());
sum = sum + score[i];
}
avg = sum/3;
rem = sum%3;
Console.WriteLine("The average of "+score[0]+","+score[1]+","+score[2]+" is "+avg +" with a remainder of "+rem);
}
}
Answer:
Three material considerations are;
1. Identify and appraise the attainment of the goal of the with the design specification
2. Ascertain the required load the product being designed will experience and the suitability of the design specification to that load
3. Review the producibility of the design to ensure that it can be produced with the available technology
Explanation:
1. The appraisal of the design includes the consideration of the factors of the design and the building of reliability and efficiency into the design from the beginning
2. Ascertain if the product will require toughness, elasticity, and if will be subject to sudden or repeated loading conditions
3. Ensure that the design can be readily produced with the accessible manufacturing equipment during the conceptualization stage of the design.
Explanation:
Because manufacturing has so many substantial links with so many other sectors throughout the economy, its output stimulates more economic activity across society than any other sector. That's a major reason manufacturers play such a critical role in growth.