Question: I need help debugging this and getting it to work correctly please. // Address an envelope using names and addresses // stored in two parallel
I need help debugging this and getting it to work correctly please.
// Address an envelope using names and addresses // stored in two parallel arrays using static System.Console; class DebugSeven2(1) { static void Main() { string[] addressees = { "Ms. Mary Mack", "Mr. Tom Thumb", "Dr. Seuss" }; string[] addresses = { "123 Main", "456 Elm" "87 Maple" }; for (int x = 0; x
The result should look like this:

CWindows\system321cmd.exe : Ms. Mary Mack 123 Main To Mr. Tom Thumb 456 Elm To Dr. Seuss 87 Maple Press any key to continue
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
