Q:

Write a C# Sharp program to print Hello and your name in a separate line

0

Write a C# Sharp program to print Hello and your name in a separate line

Sample Output:

Hello
Alexandra Abramov!

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

public class Exercise1
{
    public static void Main( )
    {
         System.Console.WriteLine("Hello");
         System.Console.WriteLine("Alexandra Abramov!");
    }
}

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now