C # Print Literal Values
Literal values are constant values that never change.
They include the following:
String literals
String literals are used to print alphanumeric words, phrases, or data for presentation.
A string literal is created by enclo...