You can place, or nest, control structures inside other control structures (such as an If… Then block within a For … Next loop). Control structures in Visual Basic can be nested in as many levels as you want. It’s common practice to indent the bodies of nested decision and loop structures to make the program easier to read. Here…