Question: In some programming languages, strings are entered surrounded by either single or double quotation marks. Write a program that reads the three strings suzy, "suzy" and suzy;. Are the single and double quotes ignored or read as part of the string?