Typing text, followed by two hyphens, followed by more text and then a space changes the two hyphens to a(n) ____.
A. ampersand
B. border
C. en dash
D. em dash
Answer: D
Computer Science & Information Technology
You might also like to view...
The____ in a story (for example, Alice or the White Rabbit) correspond to the objects we need to place in the Alice world.
A. adjectives B. verbs C. prepositions D. nouns
Computer Science & Information Technology
Define a function named cents2 that returns its argument divided by 100 exactly (and includes decimal places if necessary). Make sure your function does not truncate the answer. For example:
>>> cents(12345) 123
Computer Science & Information Technology