AutoCorrect options are located in which Excel Options category?

A) Advanced B) Formulas C) General D) Proofing

D

Computer Science & Information Technology

You might also like to view...

Which material presents a gray area of ownership?

A. Cell phones provided by the employer for the employee's use B. An employee's personal belongings C. The employee's physical personhood D. Employee-purchased briefcases used to transfer work

Computer Science & Information Technology

There are two compiler warnings with this code. Can you spot them?

``` int main() { float x = 234.12345678901230, z = 22.8; int a = 44417, b = -0.333 , c = -5; double r = 3.12345678901234567; long e = 99999; char f = ‘+’; ```

Computer Science & Information Technology