Ask Question
28 December, 14:29

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

+3
Answers (1)
  1. 28 December, 16:12
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers