Question: C++ Language Please only answer D, E, F, and G 2,6 Assume first and second are integer variables. if (first > second && first >
Please only answer D, E, F, and G 2,6 Assume first and second are integer variables. if (first > second && first > third) cout third) else (A) What will be the output of the code segment when first - 8, second 7 and third 87 [5 points) 8 is the larges (B) At least how many comparisons will be made when this code segment is executed? Give values for the variables first, second and third when this occurs. What would be the output of the code segment? [5 points C) At most how many comparisons will be made when this code segment is executed? Give values for the variables first, second and third when this occurs. What would be the output of the code segment? [5 points O) Explain why the code segment is inefficient by giving values for the variables first, second and third for which a Boolean expression is evaluated unnecessarily. | points ) Suppose we define the efficiency, E, of an if-statement as the average number of boolean expressions per branch evaluated during its execution. Calculate the efficiency of each statement in the code segment above. [5 points] Total Number of Boolean Expressions Evaluated Number of Branches
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
