Assignment 3 Part 4

The simplest way to specify a string variable is to either use single quotes or double quotes.
This is an example of the text being printed in double quotes.
Where as this is an example of the text being printed in single quotes.
But the difference between single and double quotes is that single quotes are taken literally where as double quotes are interpreted for example -
My name is Simranjeet (double quotes).
My name is $name (single quotes).