Show the value of x after each of the following statements is performed:
a) x = fabs( 7.5 )
b) x = floor( 7.5 )
c) x = fabs( 0.0 )
d) x = ceil( 0.0 )
e) x = fabs( -6.4 )
f) x = ceil( -6.4 )
g) x = ceil( -fabs( -8 + floor( -5.5 ) ) )
a) 7.5
b) 7.0
c) 0.0
d) 0.0
e) 6.4
f) -6.0
g) -14.0
Computer Science & Information Technology
You might also like to view...
The check box used to activate/deactivate Widow/Orphan control is in the ________ dialog box
A) Page Setup B) Font C) Paragraph D) Modify Style
Computer Science & Information Technology
To modify the border of a cell or cells, click the Borders button in the ________ group of the Home tab
A) Editing B) Font C) Styles D) Paragraph
Computer Science & Information Technology