In case of preparation of spreadsheet, when we apply the command of "Round down" in the value of -3.2469 as "= ROUND DOWN (-3.2469,3)". What will the outcome of using the above command ? |
-3.240 -3.247 -3.246 -3.200 |
-3.246 |
The correct answer is option (3) : -3.246 The outcome of using the command "= ROUND DOWN (-3.2469,3)" in your spreadsheet will be -3.246. * The command ROUND DOWN instructs the spreadsheet to round the number (-3.2469) down towards zero to a specified number of decimal places (3 in this case). Therefore, -3.2469 rounded down to 3 decimal places remains -3.246. |