how to put double quotes in a string csharp

Code Example - how to put double quotes in a string csharp

                
                        string str = "\"How to add doublequotes\"";
                    
                
 

double quotes in a string csharp

                        
                                Console.WriteLine("wrong!! you now have {0} points ( \"{1}\" letterguessed)", points, lettersGuessed);