Computer Science, asked by minalyog4, 4 days ago

Name any four functions available in Word that can be used to perform
calculations.​

Answers

Answered by angadyawalkar09
0

Answer:

Given below are the basic functions of Microsoft Word:

Creating text documents.

Editing and Formatting the existing documents.

Making a text document interactive with different features and tools.

Graphical documents, comprising images.

Used by Authors and Researchers.

Detect grammatical errors in a text document.

Explanation:

Answered by KingKnowsEverything
0

Answer:

Explanation:

IF () Evaluates the first argument. Returns the second argument if the first argument is true; returns the third argument if the first argument is false.

Note: Requires exactly three arguments.

INT () Rounds the value inside the parentheses down to the nearest integer.

MAX () Returns the maximum value of the items identified inside the parentheses.

MOD () Takes two arguments (must be numbers or evaluate to numbers). Returns the remainder after the second argument is divided by the first. If the remainder is 0 (zero), returns 0.0.

Similar questions