What is the correct data type of an accumulator variable used to store real estate sales totals?

A. string
B. numeric
C. text
D. character

Answer: B

Computer Science & Information Technology

You might also like to view...

When macros do not work as intended, you can perform the macro one ________ at a time to discover where the error occurs

Fill in the blank(s) with correct word

Computer Science & Information Technology

When working with random access files, the ____ function resets the current position to the start of the file.

A. rewind() B. reset() C. fseek() D. flush()

Computer Science & Information Technology