In A1 input a number: -5.2 And in A2 input a formula: =ROUND(A1,0) Then in A3 input a formula: =INT(A1) The results in A2 and A3 will be (relatively):
a. -5 and -6
b. -6 and -5
c. -6 and -6
d. -5 and -5
a. -5 and -6
You might also like to view...
Internet2 is _____.
A. designed to eventually replace the Internet? B. ?a research and development tool that is focused on speed C. ?an application that allows people to collaborate, socialize, and share information online D. ?used to support low-bandwidth application
________ is NOT an example of text alignment
A) Center B) Justify C) Align top D) Align left
?If processes must be performed in a specific sequence, the information should be documented in the _____.
A. ?leveling guide B. ?process descriptions C. ?data dictionary D. ?data flow diagram (DFD)
What does this method do?
Given the following code:
template < class ItemType>
LinkedStack