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, 22.06.2019 08:00
Someone with this coz i don’t really know what i can choose, just pick whatever u want. homework - you need to choose a website that you like or use frequently. you must visit the website and discuss 6 different features/parts/aspects of the website that you think makes it good. (100 words)
Answers: 2
question
Computers and Technology, 22.06.2019 23:30
What are listed in the vertical columns across the top of the event editor? a. file names b. conditions c. check marks d. action types
Answers: 1
question
Computers and Technology, 24.06.2019 07:50
Write a defining table and then a program that determines if you can sleep in or not. your program should get all its input from your computer’s clock. on all weekdays (monday through friday) that are not holidays, your program should output “get up! ” on all other days (weekends and holidays), your program should output “sleep in.” the three holidays that your program must check for are january 1 (new year’s day), july 4 (u.s. independence day), and december 25 (christmas). you don’t need to include other holidays in your program because most other holidays do not occur on a fixed day each year.
Answers: 1
question
Computers and Technology, 24.06.2019 17:30
Click on the tab on the ribbon to open the backstage view. file view insert review
Answers: 1
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
question
Biology, 17.09.2019 12:00