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
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
Get step-by-step solutions from verified subject matter experts
