Assume the following values are initialized x = 99; y = 0; Indicate whether each of the following expressions evaluates to true or false. You may simply put T or F in the blank below the expression.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter5: Making Decisions
Section: Chapter Questions
Problem 13RQ
icon
Related questions
icon
Concept explainers
Question

C++

Assume the following values are initialized
x = 99;
y = 0;
Indicate whether each of the following expressions evaluates to true or false. You may simply
put T or F in the blank below the expression.
(x
99) || (y ==
50)
Enter your answer here
(x
== 99) & & (y
0 )
Enter your answer here
(x % 2) || (y ==
50)
Enter your answer here
(x < 99) || (y % 2 == 0)
Enter your answer here
(x >= 99) && ! (y % 2)
Enter your answer here
Transcribed Image Text:Assume the following values are initialized x = 99; y = 0; Indicate whether each of the following expressions evaluates to true or false. You may simply put T or F in the blank below the expression. (x 99) || (y == 50) Enter your answer here (x == 99) & & (y 0 ) Enter your answer here (x % 2) || (y == 50) Enter your answer here (x < 99) || (y % 2 == 0) Enter your answer here (x >= 99) && ! (y % 2) Enter your answer here
Expert Solution
Correct Answer
  1. (x ==99)||(y ==50)
    TRUE
  2. (x ==99)&&(y ==0)
    TRUE
  3. (x %2)||(y ==50)
    TRUE
  4. (x <99)||(y %2==0)
    TRUE
  5. (x >=99)&&!(y %2)
    TRUE
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Control Structure
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,