A(n) ____________ can occupy multiple consecutive lines in a program. It starts with /* (a forward slash followed by an asterisk), and ends with */ (an asterisk followed by a forward slash).

a. line comment
b. block comment
c. short comment
d. documentation comment


b. block comment

Computer Science & Information Technology

You might also like to view...

A layer 2 switch does which of the following? (Select all that apply.)

a. Provides a direct connection for networking devices in a LAN b. Uses MAC addressing from the data link layer c. Uses MAC addressing from the network layer d. Uses IP addressing from the network layer

Computer Science & Information Technology

?In Microsoft Access 2016, you can specify a format for a calculated field, just as you can for any field, by modifying its properties.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Describe the four components that make up a fiber-optic cable.

What will be an ideal response?

Computer Science & Information Technology

The statement ____ assigns the string "Paris" to the element located in the first row, second column in thestrCitiesarray.

A. strCities(1, 1) = {Paris} B. strCities(0, 1) = "Paris" C. strCities(0, 0) = (Paris) D. strCities(1, 0) = "Paris"

Computer Science & Information Technology