Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a. numPos > numNeg TRUE
- b. frstChar > scndChar FALSE
- c. !(numPos + numNeg) FALSE (0)
- d. (numPos == -30) || (numNeg == -55) TRUE (1)
- e. (frstPrice >= 4.1) && (frstPrice <= 9.9) TURE (1)
- f. !flag &&(scndChar <= ‘R’) FALSE (0)
- g. (numPos < 66) || (flag && numPos > 35) TRUE (1)
- h. ++numPos == 36 TRUE (1)
- i. numPos++ == 36 TRUE (1)
- j. (frstChar == ‘j’) || (frstChar == ‘J’) TRUE (1)
Advertisement
Add Comment
Please, Sign In to add comment