Microsoft Office ________ allows you to create storylines and presentations

Fill in the blank(s) with correct word

Sway

Computer Science & Information Technology

You might also like to view...

What is the output of the following code?

``` #include int main() { using namespace std; double a[3] = {1.1, 3.3, 2.2}; cout << a[0] << " " << a[1] << " " << a[2] << endl; a[1] = a[2]; cout << a[0] << " " << a[1] << " " << a[2] << endl; } ```

Computer Science & Information Technology

?In a Screen Recording, Office Mix

A. ?often crashes any computer running it. B. ?offers helpful suggestions to search queries. C. ?filters out any spam that may distract a user from a presentation. D. ?captures everything that happens in a selected part of the screen, to be added to a presentation.

Computer Science & Information Technology