A ___________ statement encloses code that may raise an exception.

Fill in the blank(s) with the appropriate word(s).

try.

Computer Science & Information Technology

You might also like to view...

What is the difference between the iterators defined here.

``` vector vec; //put 10 values into vec const vector::iterator p = vec.begin(); vector::const_iterator q = vec.begin(); ```

Computer Science & Information Technology

When performing a Web search, you type in the _____ you are looking for.

A. hits B. spider C. keywords D. bookmark

Computer Science & Information Technology