Which of the following will sort an array of integers named rainfall?
```
function sortNum(A, B)
{ return (B – A); }
```
a.
```
function.rainfall.sort;
```
b.
```
rainfall.sort();
```
c.
```
rainfall.sort(sortNum);
```
d.
```
sort(rainfall(sortNum(A,B)));
```
c.
```
rainfall.sort(sortNum);
```
You might also like to view...
Which of the following statements is true of Internet Protocol version 6 (IPv6)?
A. ?It has four parts that are separated by periods. B. ?It was designed for use with third-generation computers. C. ?It allows 2128 unique addresses for all devices connecting to the Internet. D. ?It performs IP fragmentation.
What is applied to a cell when the value of the cell meets a specified condition?
A) Conditional formatting B) Logical formatting C) Criteria formatting D) Provisional formatting
You could turn off the lookup feature on a Cisco router by using the ____ command.
A. no domain-lookup B. no ip domain-lookup C. no ip domain D. no ip lookup
?Search engine ____ is the process of submitting your site's URL to one or more search engines so they will list your site in their indexes.
A. ?optimization B. ?submission C. ?spamming D. ?none of the above