subject

The intSales array is declared as follows:
Dim intSales() As Integer = {10000, 12000, 900, 500, 20000}.
1. Which of the following loops will correctly multiply each element by 2? The intSub variable contains the number 0 before the loop is processed.
a. Do While intSub <= 4 intSub *= 2 Loopb. Do While intSub <= 4 intSales *= 2 intSub += 1 Loopc. Do While intSub < 5 intSales(intSub) *= 2 intSub += 1 Loopd. None of the above.

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 23.06.2019 07:30, cireland
Write a program that inserts the digits of an integer into an array in originalorderfollowed by reverse order. first, promptthe user to enter a positive integer(> 0). determine the number of digits of the integer. create a dynamically allocated integer arrayof a size twice the number of digits. now insert the digits in original order which will occupy half of the array. then, insert the digits in reverse order. finally, output thedigits in thearray. use at least two functions to organize your program.
Answers: 3
image
Computers and Technology, 23.06.2019 14:30, carter1809
Choose the answers that best complete each sentence. on average, are more expensive than other kinds of postsecondary schools. the cost of room and board includes. to save money, some students attend auniversity in their home state.
Answers: 2
image
Computers and Technology, 23.06.2019 16:30, vitothebest1
You have read about the beginnings of the internet and how it was created. what was the internet originally created to do? (select all that apply) share research. play games. communicate. share documents. sell toys
Answers: 1
image
Computers and Technology, 23.06.2019 17:00, Need1ng
The more powerful, 60 volt cables and the main power shut-off on an hev are both colored orange.
Answers: 1
You know the right answer?
The intSales array is declared as follows:
Dim intSales() As Integer = {10000, 12000, 900, 50...

Questions in other subjects:

Konu
Mathematics, 24.12.2019 11:31
Konu
Biology, 24.12.2019 11:31