You can choose for a Calendar event to occur multiple times by using which option?

a. Repeat
b. Multiple Dates
c. Replicate

A. Repeat

Computer Science & Information Technology

You might also like to view...

The Customize Input Mask Wizard dialog box enables you to edit the default input mask or add a default input mask

Indicate whether the statement is true or false

Computer Science & Information Technology

What value is contained in the floating point variable depth after the following statements are executed

``` depth = 2.4; depth = 20 – depth * 4; depth = depth / 5; ```

Computer Science & Information Technology