Use a single-subscripted array to solve the following problem. Read in 20 numbers, each of which is between 10 and 100, inclusive. As each number is read, print it only if it is not a duplicate of a number already read. Provide for the “worst case” in which all 20 numbers are different. Use the smallest possible array to solve this problem.

What will be an ideal response?


```

1

2

3

4

5 Solution: 17.12

6

7

What does a + button indicate to the left of a row heading in an outline?

A. You can expand the details of that category. B. The row has been modified. C. You can collapse the details of that category. D. There is a calculation in that cell.

Computer Science & Information Technology

Which key combination is used to open a new tab in Google Chrome?

What will be an ideal response?

Computer Science & Information Technology

Stamp coupling ____.

A. passes only the minimum required data from the calling function to the called function.   B. passes data in arrays or as structures. C. passes flags that may be used to direct the logic flow of a function. D. uses global variables to communicate between two or more functions. E. allows one function to directly access the data in another function.

Computer Science & Information Technology