Develop a C# console application that displays the two (2) following patterns separately, one below the other. Use for loops (hint: nested) to generate the patterns. All asterisks should be displayed by a single statement of the form Console.
Develop a C# console application that displays the two (2) following patterns separately, one below the other. Use for loops (hint: nested) to generate the patterns. All asterisks should be displayed by a single statement of the form Console.Write(“*”); which displays the asterisks leading up to the number value shown in the example. A statement […]
