I’m pretty sure the answer is the engine needs to be checked right away
Below is the program with function that takes two arguments and returns their sum.
Coding part:
def add_num(a1,b1): /*function for addition*/
sum=a1+b1
return sum /*return value*/
num1z1=33 /*variable declaration*/
num2z2=78
print("The sum is",add_num(num1z1,num2z2)) /*call the function*/
What is Function?
A function is a piece of code that performs a specific task. It is callable and reusable multiple times. You can pass data to a function, and it can return data to you. Many programming languages include built-in functions that can be found in their libraries, but you can also write your own.
To learn more about Function, visit: brainly.com/question/17216645
#SPJ1
Answer:
78 MPa
Explanation:
Given that the critical resolved shear stress for a metal is 39 MPa, the maximum possible yield strength for a single crystal of this metal is twice the critical resolved shear stress for the metal. The maximum yield yield strength for a single crystal of this metal that is pulled in tension (
) is given as:

Answer:
22
Explanation:
The question talks about a given program to which you input a set of numbers. Once you input number 10, the program stops receiving inputs and adds the numbers you previously inputed, except for the final 10 which only works as a stopping signal. So, imagine you are working on the program and input the numbers 8, 3, 11 and 10 consecutively. Once you input the 10, the program immediately adds the previous numbers: 8+3+11=22.
So the output should be 22.
Given :
Capacitor , C = 55 μF .
Energy is given by :
.
To Find :
The current through the capacitor.
Solution :
Energy in capacitor is given by :

Now , current i is given by :
![i=C\dfrac{dv}{dt}\\\\i=C\dfrac{d[603.02cos(337t)]}{dt}\\\\i=-55\times 10^{-6}\times 603.03\times 337\times sin(337t)\\\\i=-11.18\ sin(337t)](https://tex.z-dn.net/?f=i%3DC%5Cdfrac%7Bdv%7D%7Bdt%7D%5C%5C%5C%5Ci%3DC%5Cdfrac%7Bd%5B603.02cos%28337t%29%5D%7D%7Bdt%7D%5C%5C%5C%5Ci%3D-55%5Ctimes%2010%5E%7B-6%7D%5Ctimes%20603.03%5Ctimes%20337%5Ctimes%20sin%28337t%29%5C%5C%5C%5Ci%3D-11.18%5C%20sin%28337t%29)
( differentiation of cos x is - sin x )
Therefore , the current through the capacitor is -11.18 sin ( 377t).
Hence , this is the required solution .