Use the replace_if algorithm to replace with 0 all elements with values greater than 100 in the array of ints named values. Function greaterThan100 returns true if its argument is greater than 100.
What will be an ideal response?
```
replace_if(values.begin(), values.end(), greaterThan100, 0);
```
You might also like to view...
____________________ is a network access method (or media access method) originated by the University of Hawaii, later adopted by Xerox Corporation, and standardized as IEEE 802.3 in the early 1980s.
Fill in the blank(s) with the appropriate word(s).
The process of returning a database to its correct state after data has been damaged or destroyed is called ____________________.
Fill in the blank(s) with the appropriate word(s).
A mouse is an example of a(n) ______ device.
A. output B. pointing C. processing D. display
Solve the following system using the substitution method or the linear combination method. If there are infinitely many solutions or no solution, so indicate.
What will be an ideal response?