Hi,

So I have this basic mail forwarding program and I'm running into a big issue with regards to the loop that I'm using.

String name = input.next();
String mailingAddress = input.next();...