The vertical axis is also known as the ________ axis

A) center B) category C) value D) left

C

Computer Science & Information Technology

You might also like to view...

Word's ________ Properties can be used to check document statistics, such as the date the

document was created, the total editing time, or the number of words in a document. Fill in the blank(s) with correct word

Computer Science & Information Technology

Which statement copies a string from a text box named txtLastName, converts the string to lowercase and saves the string in strLastName?

a. strLastName = txtLastName b. txtLastName.Text = strLastName(ToLower) c. strLastName = ToLower(txtLastName.Text) d. strLastName = txtLastName.Text.ToLower()

Computer Science & Information Technology