What does the following code display? string s1 = *; string s2 = ***; string s3 =

Question:

What does the following code display?
string s1 = "*";
string s2 = "***";
string s3 = "*****";
Console.WriteLine($"{s1}\n{s2}\n{s3}");

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

Step by Step Answer:

Related Book For  book-img-for-question

Visual C# How to Program

ISBN: 978-0134601540

6th edition

Authors: Paul J. Deitel, Harvey Deitel

Question Posted: