subject

8. what is output by the code segment below?
int [] x = {1,2,3,4,5};
int [] y = new int [5] ;
for (int i : x)
y = x;
for (int i : y)
system. out. print (i + " ");
a.
b.
c.
d.
e.
5 4 3 2 1
1 2 3 4 5
2 3 4 5 1
5 1 2 3 4
0 0 0 0 0

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 18:30
The computers in the sales department did not have enough data storage capacity to contain all the information the department needed to store, and it was taking a long time for team members to access the data they needed. to fix the problem, the technician installed new, larger hard drives on all the computers.
Answers: 1
question
Computers and Technology, 24.06.2019 05:30
How do i get rid of my member ship for
Answers: 2
question
Computers and Technology, 24.06.2019 19:50
Which is a characteristic of free and open-source software licenses? a. the source code is unavailable to everyone b. the source code is available only to the government c. the source code is available to all users d. the source code is constantly modified
Answers: 1
question
Computers and Technology, 25.06.2019 03:00
1. how do you view the edited document without the track changes markup? a. select accept all changes in document in the accept drop-down menu.b. click on restrict editing in the protect group.c. click on the reviewing pane drop-down menu in the tracking group.d. click on final in the display for review drop-down menu.
Answers: 3
You know the right answer?
8. what is output by the code segment below?
int [] x = {1,2,3,4,5};
int [] y = new in...
Questions
Questions on the website: 13722360