You can split a statement across two or more lines by typing a(n) ____ character to signal that the statement continues on the next line.
A. underscore ( _ )
B. plus sign (+)
C. pound sign (#)
D. ampersand (&)
Answer: A
You might also like to view...
Case-Based Critical Thinking QuestionsCase 15-1Tom is taking a class on computer graphics and how to use them. Tom found an image on the Internet that is perfect for the project he is working on. When using this image, Tom should ____.
A. tell people that he created it himself B. tell people he found it on the Internet C. not use this image D. cite the source and adhere to any applicable copyright laws or licensing restrictions
What is the difference between void and non-void methods?
a) void methods return values, non-void methods do not. b) non-void methods return values, void methods do not. c) void methods accept parameters, non-void methods do not. d) non-void methods accept parameters, void methods do not.
Ruby supports different categories of loops, including which of the following?
A. Language constructs B. Modifiers C. Methods D. All of the above
Both Excel and Access can have database tables. Only Access can _______ information in multiple tables.
a. manage b. export c. relate d. import