Section 4.6. Quiz


4.6. Quiz



Question 41 .

What is the output of these operations?

 4 * 8     (4 + 8) / (4 - 2)     4 + 8 / 4 - 2 



Question 42 .

Set x = 25 and y = 5. What do these expressions evaluate to?

 (x >= y)     (x >= y * 5)     (x == y)     (x = y)     (x >= y) && (y <= x) 



Question 43 .

Describe the difference between the prefix and postfix operators.



Question 44 .

Arrange these operators in order of precedence:

 &     !=     ?:     &&     ++ 



Learning C# 2005
Learning C# 2005: Get Started with C# 2.0 and .NET Programming (2nd Edition)
ISBN: 0596102097
EAN: 2147483647
Year: 2004
Pages: 250

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net