Currently it is Donald J. Trump but he is leaving office so it will be Joe Biden :^)
Answer:
1. Access and share internal information quickly and safely
Explanation:
Answer:
The answer is "Option b".
Explanation:
- In the C++ language program code, there are four integer type variable is defined that is "x, y,z, and result" in which variable x,y,z holds a value that is "1" and the variable result does not hold any value.
- In the next line, variable y holds added value of variable y and z, which is equal to 2. and variable x holds added value of variable x and y, which is equal to 3.
- In the next line, a Ternary Operator is defined, it is similar to an if-else statement. This operator checks if x variable value is less then y. If this condition is true, it will print y variable value Otherwise, it will print x variable value. That's why the out to this question is "option b".