The intSales array is declared as follows: Dim intSales() As Integer = {10000,12000, 900, 500, 20000}. Which of the following loops will correctly multiply eachelement by 2? The intSub variable contains the number 0 before the loop is processed.a. Do While intSub <=>=>intSub *= 2Loopb. Do While intSub <=>=>intSales *= 2intSub += 1Loopc. Do While intSub <>intSales(intSub) *= 2intSub += 1Loopd. None of the above.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here