1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
ycow [4]
3 years ago
13

What output will be displayed as a result of executing the following code? int x = 5, y = 20; x += 32; y /= 4; System.out.printl

n("x = " + x + ", y = " + y);
Mathematics
1 answer:
Debora [2.8K]3 years ago
3 0

Answer: x = 37,y=5

Step-by-step explanation:

from the initial x is 5 and y is 20

but now the values are updated:

x+=32

x=x+32

x=5+32

x=37

so now x is 37

y/=4

y=y/4

y=20/4

y=5

so now y is 5

the out put will be:

x = 37,y=5

You might be interested in
.<br> 1. Find the value or values of y in the quadratic equation y2 + 4y
BARSIC [14]
That the answer, I hope that will help you

6 0
3 years ago
Read 2 more answers
There are 8 blue marbles, 3 red marbles, and 4 yellow marbles in a bag. What is the probability of selecting a purple marble on
andreyandreev [35.5K]

Answer:

0

Step-by-step explanation:

there is only blue marbles, yellow marbles, and red marbles. there are no purple marbles so you’d be unable to pull out a purple one no matter how many times you tried. so the probability would be 0

6 0
2 years ago
Read 2 more answers
Which set of numbers shows all factors of 18
Alexxx [7]

Answer:

Step-by-step explanation: Factors of 18: The square root of 18 is 4.2426, rounded down to the closest whole number is 4. Testing the integer values 1 through 4 for division into 18 with a 0 remainder we get these factor pairs: (1 and 18), (2 and 9), (3 and 6). The factors of 18 are 1, 2, 3, 6, 9, 18.

hope this helps ^-^

5 0
3 years ago
What conclusion can be made when r, the correlation coefficient between two variables, is 0?
IgorLugansk [536]
The correlation coefficient between two variables, r, is always going to be between -1 and 1.

- If the correlation coefficient is 0, means that there is no strong correlation relationship in one direction or the other direction. 
- If the correlation coefficient is -1, means that these two variables move in opposite directions.
- If the correlation coefficient is 1, means that these two variables move in the same direction.
6 0
3 years ago
A principal collected and recorded math test scores for two groups of students. After analyzing the information for each group,
Ganezh [65]
Para comer um pouco mais tarde a gente não tem
4 0
2 years ago
Other questions:
  • Solve for x:
    10·2 answers
  • What is the area of this trapezoid?<br><br> 50 in²<br><br> 108 in²<br><br> 126 in²<br><br> 192 in²
    10·2 answers
  • I need hellllllppppppp
    9·2 answers
  • Determine whether the triangles are similar. If so, write a similarity statement and name the postulate or the theorem you used.
    9·1 answer
  • The table shows the number of hours that a group of teammates spent in their first week of training for the track finals. In the
    5·1 answer
  • Find the length of "a", to<br> the nearest tenth, using<br> the Pythagorean Theorem.<br> Enter
    8·1 answer
  • Order set of numbers from least to greatest <br> 3/4, 0.72%, 69%, .63
    13·2 answers
  • Help plsssssss i'm lost il give brainiest
    11·1 answer
  • 12+40x56-56= pls help me
    8·1 answer
  • There are 60 pupils who joined the Math Quiz Competetion. 40 were boys and 20 were girls. During the Awarding ceremony, it was f
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!