Question: 8. If condition1 Then Statement l Elself condition2 Then Statement2 End If What is the smallest number of statements that can be executed when the

8. If condition1 Then Statement l Elself
8. If condition1 Then Statement l Elself
8. If condition1 Then Statement l Elself condition2 Then Statement2 End If What is the smallest number of statements that can be executed when the above code is encountered once? (2 points) What is the largest number of statements that can be executed when the above code is encountered once? (2 points) If condition1 Then Statement 1 Elself condition2 Then Statement2 Else Statement3 End If What is the smallest number of statements that can be executed when the above code is encountered once? (2 points) What is the largest number of statements that can be executed when the above code is encountered once? (2 points) 9. Consider these VBA code segments, assuming the [poorly named] variables x, y, and z are integer type: If x= 1 And (y=1 Or z= 1) Then Statementl End If versus If (x = 1 And y=1) Or z = 1 Then Statement l End If Specify a triplet of values for x, y, and z which will cause these code segments to operate the same. Specify a triplet of values for x, y, and z which will cause these code segments to operate differently. Reminder: Your answer should contain a total of six integer values. 5 points possible each half of

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related General Management Questions!