Ask Question
27 November, 07:43

Given the following code segment, int x = 50; int y = 15; int z = x / y; what is the value assigned to z?

+4
Answers (1)
  1. 27 November, 08:05
    0
    Z would equal

    10 over 3

    3.3 repeated

    and 3 (as a whole) 1 over 3 All are answers, just as exact form, decimal, and mixed number form
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Given the following code segment, int x = 50; int y = 15; int z = x / y; what is the value assigned to z? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers