A rod is used to hang a load (force) of 1000 N. There are 4…

Question Answered step-by-step A rod is used to hang a load (force) of 1000 N. There are 4… A  rod is used to hang a load (force) of 1000 N.There are 4 ingredients with their respective strengths.Create a program to create a bar diameter table, if using the 4 materials.Example: Copper Steel Material. Aluminum. BronzeStrength(N/mm2) 2000. 1600. 1400. 1700Rod Diameter:Ingredient. Copper Steel. Aluminum. BronzeDiameter. (mm) …. …. …. …..Note: Strength is the maximum stress the material can withstandStress S = force/sectional area S=force/A A = force/SmaxCross-sectional area A = 3.14 x d2 /4 d = root(4xA/3.14)Instructions: Make a list to store the ingredient names and strengthsusing with a python program Computer Science Engineering & Technology Python Programming Share QuestionEmailCopy link Comments (0)