Question: Visual Basic Assignment Question one: Write visual basic code to apply the following outputs using for loops? 1) 10 20 30 40 50 60 70

 Visual Basic Assignment Question one: Write visual basic code to apply

the following outputs using for loops? 1) 10 20 30 40 50

Visual Basic Assignment Question one: Write visual basic code to apply the following outputs using for loops? 1) 10 20 30 40 50 60 70 80 90 100 2 2) 18 16 14 12 10 8 6 3) 05 10 15 20 Question two: What's the output of the following code? A. Dim as integer for x=0 to 15 step 4 print x next x B. Dim y as integer y=0 do until (y>5) print y: y=y+1 loop

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!