Harry.H.Chaudhary

Thinking In C# Programming

Notify me when the book’s added
To read this book, upload an EPUB or FB2 file to Bookmate. How do I upload a book?
  • b5623069381has quoted4 years ago
    string myString = "Hello, World!";

    Console.WriteLine("The string is: "+ myString);

    }

    }

    Output:

    The string is: Hello, World!
  • b5623069381has quoted4 years ago
    string myString = "Hello, World!";

    Then you can display it by using the WriteLine method like this:

    Console.WriteLine(myString);
fb2epub
Drag & drop your files (not more than 5 at once)