Multiple Choice
Case-Based Critical Thinking Questions Case 1 - XYZ Solutions
You have just started working for XYZ Solutions as a programmer. Your first assignment is to review and correct various code so that you can become familiar with the company's programs.
Your supervisor wants you to change the Do...Loop in the previous problem to a For...Next loop. He also wants the message to display only three times. Which of the following For clauses should you use?
A) For intCounter As Integer = 1 To 4
B) For intCounter As Integer = 1 To 3
C) For intCounter As Integer = 0 To 3
D) For intCounter = 1 To 3
Correct Answer:

Verified
Correct Answer:
Verified
Q13: Visual Basic's _ class contains many methods
Q14: You should use a _ control to
Q17: Write a pretest loop that adds together
Q18: The symbol used to represent a loop
Q26: _ means assigning a beginning value to
Q41: What is an accumulator? What does it
Q43: What is a list box? Provide two
Q53: In a For...Next statement,if stepValue is positive,then
Q54: To leave a Do...Loop structure earlier than
Q55: Explain the purpose of priming and update