Case-Based Critical Thinking Questions Case 1: XYZ Solutions…

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.The following code is not working properly. The message should display four times. What needs to be changed for the code to work properly?​Do While intCounter < 5     MessageBox.Show("OK")     intCounter = intCounter + 1Loop