Question: C# programming Create an application that produces three different outputs using the same phrase. Select your own favorite popular saying for the phrase. The phrase
C# programming

Create an application that produces three different outputs using the same phrase. Select your own favorite popular saying for the phrase. The phrase should first be displayed on a single line. The output should be displayed with white background and black text. Use at least three Write () methods-but display the output on a single line. Next, print the phrase on three separate lines, again using only Write () methods. For your third and final output, print your favorite saying one word per line. Decide which combination of Write () and/or WriteLine () would be the most streamlined approach. Label each output. Following is an example of what the final output would look like using a favorite saying of the author: Output #1 Laugh often, Dream big, Reach for the stars ! Output #2 Laugh often, Dream big, Reach for the stars! Output #3 Laugh often, Dream big, Reach for the stars
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
