Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Option Explicit Sub SumConditional ( ) Dim X ( 4 ) As Double, 1 As Integer, sum As Double x ( 1 ) = 3
Option Explicit
Sub SumConditional
Dim X As Double, As Integer, sum As Double
For To
If Then sum sum
Next
MsgBox sum
End Sub
check all that apply
If the "For To line was
changed to "For to then this
would result in an error:
The size of is
The size of is
The result would be the same in this
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