Ask Question
1 October, 08:38

If variable x has value 2 and y has value 2, what is the value of the following Jack expression?

(x + 3) / (4 - y)

+3
Answers (1)
  1. 1 October, 08:42
    0
    The value of the following expression is "2".

    Explanation:

    Here x has value 2 means x=2, and y has value 2 means y=2.

    so (x+3) / (4-y)

    (2+3) / (4-2)

    5/2 it gives 2 because / (slash) operator gives the quotient part. The slash operator divide the left hand operand by the right hand operand. On dividing 5/2 it returns integer value i. e 2.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “If variable x has value 2 and y has value 2, what is the value of the following Jack expression? (x + 3) / (4 - y) ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers