Answer:
The statement can be written as
int result = cube(4);
Explanation:
A function is a block of reusable codes to perform some tasks. For example, the function in the question is to calculate the cube of a number.
A function can also operate on one or more input value (argument) and return a result. The <em>cube </em>function in the question accept one input value through its parameter <em>number </em>and the <em>number</em> will be multiplied by itself twice and return the result.
To call a function, just simply write the function name followed with parenthesis (e.g. <em>cube()</em>). Within the parenthesis, we can include zero or one or more than one values as argument(s) (e.g. <em>cube(4)</em>).
We can then use the "=" operator to assign the return output of the function to a variable (e.g. <em>int result = cube(4)</em>)
Answer:
Time =t2=58.4 h
Explanation:
Since temperature is the same hence using condition
x^2/Dt=constant
where t is the time as temperature so D also remains constant
hence
x^2/t=constant
2.3^2/11=5.3^2/t2
time=t^2=58.4 h
Answer:
Hello your question is incomplete attached below is the complete question
Answer : Factor of safety for point A :
i) using MSS
(Fos)MSS = 3.22
ii) using DE
(Fos)DE = 3.27
Factor of safety for point B
i) using MSS
(Fos)MSS = 3.04
ii) using DE
(Fos)DE = 3.604
Explanation:
Factor of safety for point A :
i) using MSS
(Fos)MSS = 3.22
ii) using DE
(Fos)DE = 3.27
Factor of safety for point B
i) using MSS
(Fos)MSS = 3.04
ii) using DE
(Fos)DE = 3.604
Attached below is the detailed solution