Temporarily converts a string to lowercase
What is ToLower()
In which modern-day country was St. Nicholas born in?
What is Turkey (originally Patara, a city in the ancient district of Lycia, in Asia Minor)
The diamond in a flowchart; used to represent the condition in a selection structure
What is Decision
String concatenation operator
What is (+)
How many ghosts show up in A Christmas Carol?
What is four
The space a char data type occupies
What is 2 bytes
Used to count the number of characters in the string.
What is the string Length Function
Which country started the tradition of putting up a Christmas tree?
What is Germany.
One of the logical operators; reverses the truth-value of a condition
What is NOT Operator
What is a string?
What is a character Array
How many gifts in total were given in "The Twelve Days of Christmas" song?
What is 364
Accesses any number of characters in a string.
What is the substring method
What popular Christmas song was actually written for Thanksgiving?
What is Jingle Bells
It is used to code single-alternative, dual-alternative, and multiple-alternative selection structures in Visual Basic
What is If...Then...Else statement