Select all that apply. Which of the following would be appropriate in a program that allows the user to enter either an uppercase or lowercase character in response to a prompt?

a. tolower
b. ignorecase
c. toupper
d. ignoreupper
e. ignorelower


a. tolower
c. toupper

Computer Science & Information Technology

You might also like to view...

A class contains-or, in OOP terms, it ____-all of the attributes and behaviors of the object it instantiates.

A. encapsulates B. exposes C. collapses D. implements

Computer Science & Information Technology

Which software product release category is "generally feature complete and supposedly bug free, and ready for use by the community?"

a. Alpha. b. Beta. c. Release candidate. d. Continuous beta.

Computer Science & Information Technology

Assigning a value of "false" to the loop parameter of the element specifies that the movie should not stop playing, but loop continuously.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

____ is when methods in different classes with a similar function are given the same name.

A. Aliasing B. Inheritance C. Polymorphism D. Referencing

Computer Science & Information Technology