Which of the following is not an appropriate use of the MAX function?

What will be an ideal response?

=MAX(D15-C15)

Computer Science & Information Technology

You might also like to view...

A person who sends out junk e-mail is referred to as a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

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

1) When a program sends data from itself to the outside, say to a file or the screen, we say it is writing the data on the file or to the screen. 2) An istream object is already an ifstream object with some extra, added features. 3) When you write ifstream inStream; inStream.open(”infile.dat”); the file, infile.dat must be located in the directory where the program is being run. 4) When you use the open member function to tie a file name to a file stream, the file name is called the external file name, and the program refers to the file by the stream name. 5) A file is automatically closed when a program terminates, so there is never a need to close a file.

Computer Science & Information Technology