Question: C# please screen shot please Program Lab1B.cs using System; // Program Lab1B.cs /I Demonstrate reading a string from the user. public class Lab1B // Reads

C# please screen shot please C# please screen shot please Program Lab1B.cs using System; // Program Lab1B.cs

Program Lab1B.cs using System; // Program Lab1B.cs /I Demonstrate reading a string from the user. public class Lab1B // Reads a character string from the user and prints it. public static void Main (String[] args) 1 String message; Console. Write ("Enter a line of text: "); message = Console. ReadLine () ; Console. Writeline ("You wrote'" + message +"); 1

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!