Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed
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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Object Databases The Essentials

Authors: Mary E. S. Loomis

1st Edition

020156341X, 978-0201563412

Students also viewed these Databases questions

Question

What do Dimensions represent in OLAP Cubes?

Answered: 1 week ago