Which character-handling library function converts lowercase letters to uppercase letters?
a) lowertoupper
b) isupper
c) touppercase
d) toupper
d) toupper
You might also like to view...
________ means to hide data by making the file unreadable until the correct password is entered
Fill in the blank(s) with correct word
The nexus is the core of an operating system that manages memory and devices.
Answer the following statement true (T) or false (F)
You must have a _____________ for every variable you intend to use in a program.
a. purpose b. variable definition c. memory space d. literal value e. None of these
Case 8-2David is adding a clear form feature to the Pete's Italian Pies Web site, and has written the following code:function doClear() { document.PizzaForm.customer.value = "";}Referring to David's JavaScript above, the text control is assigned the name ____, and it is an element within the form object that you named PizzaForm.
A. document B. Pizza C. value D. customer