540abdullah 540abdullah
  • 23-12-2019
  • Computers and Technology
contestada

print 1 to 100 in visual basic .6
is this program in image true ?
or make ( next i ) after ( debuge. print ) ​

print 1 to 100 in visual basic 6is this program in image true or make next i after debuge print class=

Respuesta :

problemsolver2019
problemsolver2019 problemsolver2019
  • 29-12-2019

Answer:

make ( next i ) after ( debug. print ) ​

Explanation:

Its definitely, the above answer. DIM is used for defining a variable which is an integer here. Then the for loop has been used and this will run for 1 to 100 thus as we move under debug,print I. But Next I should come after. Hence first it will be Debug,print I and then the next I .

And hence, the above answer.

The full program will be:

SUB MAIN()

DIM I AS INTEGER

FOR I = 1 TO 100 STEP 1

DEBUG.PRINT I

NEXT I

END SUB

Answer Link

Otras preguntas

define conjugate Base and conjugate acid​
solve (2x + 5)= (2x + 3)(2x - 1)
What are examples of devices that use electromagnetic waves? Check all that apply. -FM radios -microwaves =TV remote controls
happy holidays!!!! i know its breakkkk butttt i have a question!!!! Does anyone celebrate Kwanzaa??? Causeeee i would like to know more about it???
Please write 4-5 sentences about what you see in this image.
The plot below shows the mass of 9 box turtles at the nature center.
Question 1 of 10 Which choice is equivalent to the quotient below? 12 22 ОА San Alam Sla O CL
If I have a 1/4 chance of winning a bet, but lose it 40 times in a row, what percentage chance is that?
32. A father tells his son, "I was of your present age when you were born," If the father is 36 now, how old was the boy 5 years back? (a) 13 (b) 15 (c) 17 (d)
I want a way to solve such a problem​