Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

UUsing visual basic coding language You need to make a program which will use 2 loops. First Loop First loop will perform 35 iterations and

image text in transcribedUUsing visual basic coding language

You need to make a program which will use 2 loops. First Loop First loop will perform 35 iterations and increment by 3 each time. This limit should be HARDCODED into the loop(you cannot just use iterationcounter and type in those values). Use a variable to output the number of iterations. You can either make a separate iterations variable or use the counter divided by the increment(shows in Week5Example button 2 buttons) Output a msgbox to show the user the amount of iterations as follows: [Insert your name]s program performed & iterations You may use a For or While loop for this task Second Loop You are to intentionally create an infinite loop of ANY type(For or While). Remember, to make a for loop infinite you will have to interfer with its built in counter, a While loop can become infinite a bit easier by just allowing the test condition to stay True(like not incrementing a counter). What to hand in? For the first loop take a screengrab of the msgbox when the loop completes. Hand in sourcecode for both loops. Second loop doesn't require a screenshot of it running - source code only

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Sams Teach Yourself Beginning Databases In 24 Hours

Authors: Ryan Stephens, Ron Plew

1st Edition

067232492X, 978-0672324925

More Books

Students also viewed these Databases questions