The IsPunctuation method will return true if:
a) if it is a period (.) or a comma (,)
b) if it is a period (.), a comma (,), a !, a ?, a colon (:), or a semicolon (;)
c) if it is any of (b) or a brace: ( (, {, and [ )
d) anything that is not a letter or a white space
b) if it is a period (.), a comma (,), a !, a ?, a colon (:), or a semicolon (;)
You might also like to view...
Which of the following is not one of the main problems that can occur in developing decision tables?
A) incompleteness B) impossible situations C) contradictions D) repetition
Which of the following acts is also widely known as the Gramm-Leach-Bliley Act?
A. Financial Services Modernization Act B. Communications Act C. Computer Security Act D. Health Insurance Portability and Accountability Act
Which of the following describes the ability for a third party to verify the sender or recipient of a given electronic message during authentication?
A. Entropy B. Principle of least privilege C. Non-repudiation D. Code signing
The following expression uses a _____key()function to return the count of all property elements from the city of Longmont:count(key("cityNames", "Longmont")).
A. ?compound B. ?recursive C. ?nested D. ?complex