Q6: Rewrite the following if statements using the conditional operat

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
Q6: Rewrite the following if statements using the conditional operator. (1 mark)
if(x == y)
z = x + y;
else
z = (x + y) / 2;
Transcribed Image Text:Q6: Rewrite the following if statements using the conditional operator. (1 mark) if(x == y) z = x + y; else z = (x + y) / 2;
Expert Solution
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