Answer:
public static int average(int j, int k) {
return (int)(( (long)(i) + (long)(j) ) /2 );
}
Explanation:
The above code returns the average of two integer variables
Line 1 of the code declares a method along with 2 variables
Method declared: average of integer data type
Variables: j and k of type integer, respectively
Line 2 calculates the average of the two variables and returns the value of the average.
The first of two integers to average is j
The second of two integers to average is k
The last parameter ensures average using (j+k)/2
The professional ethics for computer engineers are:
- They will Contribute to society and to human well-being.
- They will Avoid harm.
- Be honest and trustworthy.
- They will be fair and take action that do to discriminate others.
<h3>What are the Characteristics of Code of Ethics?</h3>
The code of ethics are known to be a kind of a universal moral values, that is one that state that what a person expect of any given employee such as been trustworthy, respectful, responsible, and others.
Note that Rules of Practice, Professional Obligations and Codes of Ethics. are known to be put in place to avoid issues that may lead to conflict.
Therefore, i believe that As Engineering and Computing students, the respective professional bodies, Rules of Practice, Professional Obligations and Codes of Ethics are good and acts as a check and balance to us.
Therefore, The professional ethics for computer engineers are:
- They will Contribute to society and to human well-being.
- They will Avoid harm.
- Be honest and trustworthy.
- They will be fair and take action that do to discriminate others.
Learn more about Engineering rules from
brainly.com/question/17169621
#SPJ1
Answer:
a) 
b) 
c) 
d) 
Explanation:
Non horizontal pipe diameter, d = 25 cm = 0.25 m
Radius, r = 0.25/2 = 0.125 m
Entry temperature, T₁ = 304 + 273 = 577 K
Exit temperature, T₂ = 284 + 273 = 557 K
Ambient temperature, 
Pipe length, L = 10 m
Area, A = 2πrL
A = 2π * 0.125 * 10
A = 7.855 m²
Mass flow rate,

Rate of heat transfer,

a) To calculate the convection coefficient relationship for heat transfer by convection:

Note that we cannot calculate the heat loss by the pipe to the environment without first calculating the surface temperature of the pipe.
c) The surface temperature of the pipe:
Smear coefficient of the pipe, 

b) Heat loss from the pipe to the environment:

d) The required fan control power is 25.125 W as calculated earlier above
Engineers are the reason healthcare has improved so dramatically throughout the years. The advancements in medical technology are down to the work conducted by engineers as well as the creation of devices that help to save lives and improve the quality of life for others. New developments are being created by engineers constantly, for example, the Crossrail project in London is creating a new transport system throughout the South East to create shorter journey times and easier connections. The existing transport system wouldn’t be where it is today without engineers.