Visual Basic provides several types of loops. Answer the following questions with respect to For loops and Do While loops: - Explain the similarities between a For loop and a Do While loop. - When would you use one vs. the other? - Provide an example of a For loop. - Provide an example of a Do While loop.