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

Help Are the triangles similar? If so, determine the scale factor of ΔPQR to ΔEFD. A)NO B)YES; 2:1 C)YES; 4:5 D)YES; 17:10 the triangles are below
How do gases enter and exit a plant?
Which word describes the connection between rhapsody and ode? A. devotion B. writing C. music D. truth
Toddlers generally have very good communication skills and parents can expect them to understand their expectations. True False is it false?
increase £64 by 70%??????
y=-x^2 y=-7x^2 y=2/3x^2
if you stretched the nephrons in a kidney they would be over forty miles long from end to end explain how this structure directly relates to the function of a
Who was the first person to commit murder? Adam?
the diffrent names for the diffrent ways the moon can look from earth or blank?
Use linear combination. To solve system -2x+7y=10 X-3y=-3