Use a(n) ________ list to itemize points in a document that are not of a sequential nature

Fill in the blank(s) with correct word

bulleted

Computer Science & Information Technology

You might also like to view...

Match the following Comparison Operators expression with their example:

I. =25 II. >25 III. <25 IV. <>25 V. >=25 A. Less than 25 B. Equals 25 C. Does not equal 25 D. Greater than or equal to 25 E. Greater than 25

Computer Science & Information Technology

. Write a shell function called octal that converts octal numbers given as command-line arguments to decimal numbers and prints them out, one per line

$ octal 10 11 12 8 9 10 (Korn shell users, remember that if you assign a decimal number to a variable when it's declared – for example, typeset –i d=10#0 – assignments to this variable from other bases are automatically converted to decimal.)

Computer Science & Information Technology