Answered step by step
Verified Expert Solution
Question
1 Approved Answer
it can be more than one answer and it can be none of them 9 2 points [Multiple Choice Question] Consider the code below Private
it can be more than one answer
and it can be none of them
9 2 points [Multiple Choice Question] Consider the code below Private Sub CommandButton1_Click() Dim a As Single Dim b As Single Dim 1 As Integer a=0 For 1 - 1 To 10 a = a + 1 b = i + 1 4 Next 1 End Sub By using debug, the code has been stepped into as shown above when I is watched as 5, what are the values of a and b? a=15, b=6 a=10,b=6 a=5,b=6 a=5, b=5 a=15, b=5 Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started