Review the following line of code: booktitle = "Perl is great"; Which of the following is true about this line of code?
1) This is not a valid line of code.
2) The variable booktitle does not need a .
3) "Perl is great" is the title of the book.
4) booktitle is a scalar.



Answer :

Other Questions