Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hi, I need help with my Visual Basic class. 7) Which of the following is not legal syntax for an IF statement (Note Answer with

Hi, I need help with my Visual Basic class.

7)

Which of the following is not legal syntax for an IF statement (Note Answer with letter A,B,C,or D only):

A) If a > b Then .intX = 100

B) If a > b Then intX = 200 End If

C) If a > b Then intX = 100 Else .intX = 200 End If

D) If a > b .intX = 100 End If

8) True or False: Select Case construct is used for iteration in a loop

9) True or False Another form of the IF statement is to use ElseIf in place of Else

10) True or False: The Select Case statement is preferred to using a series nested ElseIf

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

Advanced MySQL 8 Discover The Full Potential Of MySQL And Ensure High Performance Of Your Database

Authors: Eric Vanier ,Birju Shah ,Tejaswi Malepati

1st Edition

1788834445, 978-1788834445

More Books

Students also viewed these Databases questions