-
How would you print the string
"Hello World!"
to the terminal? -
What character is used to indicate comments in a ruby file?
-
Explain the difference between an integer and a float?
-
In the space below, create a variable
animal
that holds the string"zebra"
-
How would you print the string
"zebra"
using the variable that you created above? -
What is interpolation? Use interpolation to print a sentence using the variable
animal
. -
What method is used to get input from a user?
-
Name and describe two common string methods: