+ 2

what does this question says?

Complete the code to create a string containing a double quote. >>>" "

26th Sep 2016, 3:59 PM
Bivek Thapa
Bivek Thapa - avatar
2 Answers
0
you just need to find out how to put a double quote into a string which is in double quotes. use the \symbol to skip the character. in reality you would use single quotes outside of the string and double within it, or the other way around.
7th Oct 2016, 1:44 PM
Zsuzsanna Krkos
Zsuzsanna Krkos - avatar
0
"Mary sad\"hello\", and i smiled to her"
27th Nov 2016, 1:31 PM
Benedek Máté Tóth
Benedek Máté Tóth - avatar