I'm JUST starting to learn VB and JUST starting to learn looping. Anyways I have a little program I need to make using simple looping (probably laughable to you) and I'm really confused . I havn't understood the written explanations (codeless) so I'm hoping someone could provide some code for a begginner. Here it is

Create a program that will print the integers between 1 and 100 according to the descriptions
a) Print them on the sceen in ten rows of ten digits.
b)Print only the even numbers between 1 and 100 in five rows of 10 digits
c)Print only every fifth number between 1 and 100 in four rows of five digits

Any help would be greatly appreciated, btw it's in VB6