Answered step by step
Verified Expert Solution
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
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 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 onlyStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started