Answer:
professional integrity
Explanation:
The work he is doing is comes under the violation of professional integrity. Because professional integrity is the set of ethics that should be followed by the employ. These ethics includes honesty, loyalty and dependability.
Required: program to return the largest of three numbers.
pseudocode
input parameters, int A,B,C;
int T; // temporary storage
if (A>B) T=A;
else T=B;
if (T>C) print(T);
else print(C);
Answer:
18
Explanation:
If you take the formula, and you substitute the values of the variables, it will be:
10 * 2 - 10 / 5
Then if you remember the order of math operations, it will be:
(10 * 2) - (10 / 5)
Which reduces to:
20 - 2 = 18
Answer:
click on Design tab → select associated shape → adjust color
Explanation:
I think it is that but i'm not positive. I will know in a little bit since I am taking the test right now.