Ask Question

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. You changed the Do clause to the correct For clause in the previous problem. You also changed the Loop keyword to the Next keyword for the For ... Next loop. What else needs to be changed about the Do loop?

+3
Answers (2)
  1. 27 June, 20:19
    0
    For intCounter = 1 To 3
  2. 27 June, 20:20
    0
    for intCounter As Integer = 1 To 3, this is done to get familiar with the Company's program and normally the next thing to change in the do loop.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “You have just started working for XYZ Solutions as a programmer. Your first assignment is to review and correct various code so that you ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers