What is produced when you run the following application? Line 1 using System; Line 2 using System.Console;

Question:

What is produced when you run the following application?

Line 1 using System;

Line 2 using System.Console;

Line 3 namespace ExerciseI Line 4 {

Line 5 class Problem2 Line 6 {

Line 7 static void Main( )

Line 8 {

Line 9 Write("Go ");

Line 10 Write("Forth ");

Line 11 WriteLine("and DO");

Line 12 Write("Awesome ");

Line 13 Write("Stuff!");

Line 14 }

Line 15 }

Line 16 }

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: