Visual Basic Assignment:

Please write these programs using Visual Basic. I would prefer that you use version 6 (it is available from MSDN). If you want to work at home and it is not compatible, then you can use version a later version.
Extra credit: Revise the for… next program we looked at in class (ProjFor1.vbp and frmFor2.frm under programs) to use three nested loops. You should be adding the first two numbers together and then multiplying by the third number. (My example just adds the two numbers together).