If an integer (int) and a real (float) are multiplied, the result is an integer.
Answer the following statement true (T) or false (F)
False
You might also like to view...
Which of the following will not help prevent infinite loops?
a. Include braces around the statements in a do…while statement. b. Ensure that the header of a for or while statement is not followed by a semicolon. c. If the loop is counter-controlled, the body of the loop should increment or decrement the counter as needed. d. If the loop is sentinel-controlled, ensure that the sentinel value is input eventually.
Web pages are text files written in a language called ____.
A. SGML B. Java C. Perl D. HTML
You can decide whether or not to display comments on a blog and who has permission to add comments to your blog by using the Comments page on the ____.
A. Settings tab B. Layout tab C. Tags tab D. Posting tab
A common problem that makes password attacks effective is that many people use complex phrases as their password.
a. true b. false