6.1
November 28, 2007
rita1012
P Q ! ((P//Q) && (P&&Q)T T FalseT F TrueF T FalseF F True 2a) Trueb) Falsec)Trued)False 4. ! > && >|| 5. Construct a Boolean expression that tets whether the value of variable x is within the range specified by the variables min (the smallest) and max (the largest).
- if (min<= x && x<=max)System.out.println (”x is within the min and the max. “)
Entry Filed under: Uncategorized
Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Trackback this post | Subscribe to comments via RSS Feed