Knowee
Questions
Features
Study Tools

Q43. Which one is not an example of Mathematics functions? =mod() =int() =floor() =trim()

Question

Q43. Which one is not an example of Mathematics functions? =mod() =int() =floor() =trim()

🧐 Not the exact question you are looking for?Go ask a question

Solution

The function that is not an example of Mathematics functions is =trim(). This function is typically used in programming to remove whitespace from the beginning and end of a string. The other functions, =mod(), =int(), and =floor(), are all mathematical functions used to perform specific mathematical operations.

Similar Questions

Q29. which formula is used to find out the reminder of division ? =quetient() =mod() =abs() =int()

Q41. What is displayed in the formula Bar? Error messages The calculated value of a formula. The formula of the Active Cell Smart tagsQ42. = Power (2, 5 ) function returns ........ 16 32 64 128Q43. Which one is not an example of Mathematics functions? =mod() =int() =floor() =trim()Q44. Pivot table option are located in .............. menu. Data Tools Insert FormatQ45. Which of the following functions is used to add two or more arguments? Exact Concatenate Trim None of theseQ46. Which of the following option is used to convert the horizontal table in a vertical table? H lookup V lookup Transpose Both a and bQ47. What is the use of macro in Excel? Create menu Toolbar Create Shortcut Key None of theseQ48. Where is the Freez Panes option located? Format - Window Window - Freeze Panes View - Freeze Panes None of theseQ49. Word text can be made italic by.... Ctrl + I Ctrl + B Ctrl + U None of theseQ50. Which of the following application is also known as semi accounting package? MS-Word MS-Excel MS-PowerPoint MS-Access

Which function is used to calculate the smallest integer greater than or equal to a number?

Arithmetic OperationsWe can also perform basic mathematical operations with numbers.int a = 6;int b = 3;Use + for addition: System.out.println(a + b); // prints 9Use - for subtraction: System.out.println(a - b); // prints 3Use * for multiplication: System.out.println(a * b); // prints 18Use / (forward slash) for division: System.out.println(a / b); // prints 2Use % (percent symbol, called modulo operator) for the division remainder: System.out.println(a % b); // prints 0 as 6 is evenly divisible by 3Use ++ for increasing the value of a variable by 1: a++; System.out.println(a); // prints 7Use -- for decreasing the value of a variable by 1: b--; System.out.println(b); // prints 2TaskTry printing the sum of 21 and 40.

What is the difference between math.floor() and math.ceil()?

1/1

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.