Home c# Double Quotes in C #

Double Quotes in C #

Author

Date

Category

Hello everyone, tell me how to make the console brought this: “Healthy”, i.e. with double quotes …. I tried:

console.write ("\" healthy "\");

But the second slash became black and the compiler cooked. How to fix?


Answer 1, Authority 100%

console.write (@ "" "healthy" "");

or

console.write ("\" health \ "");

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions