Excel uses ________ to display dates in a specific date format

A) codes B) text and numbers C) numbers D) text

A

Computer Science & Information Technology

You might also like to view...

Use the ________ element to create a link

Fill in the blank(s) with correct word

Computer Science & Information Technology

What is the value of x after the following code executes?

int x = 0; int y = 5; int z = 4; x = x + y + z * 2; a. 18 b. 0 c. 13 d. 26 e. unknown

Computer Science & Information Technology