subject

What does the following loop do?

int[] a = {6, 1, 9, 5, 12, 3};
int len = a. length;
int x = 0;
for (int i = 0; i < len; i++)
if (a[i] % 2 == 0) x++;
system. out. println(x);

1. sums the even elements in a.
2. finds the largest value in a.
3. counts the even elements in a.
4. finds the smallest value in a

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 07:30
Events and conditions that happen within an organization that are somewhat easier to deal with when responding to change are called
Answers: 1
question
Computers and Technology, 22.06.2019 22:00
Perform the following tasks: a. create a class named testclass that holds a single private integer field and a public constructor. the only statement in the constructor is one that displays the message “constructing”. write a main()function that instantiates one object of the testclass. save the file as testclass.cpp in the chapter 08 folder. run the program and observe the results. b. write another main()function that instantiates an array of 10 testclass objects. save the file as test class array.c . run this program and observe the results.
Answers: 1
question
Computers and Technology, 23.06.2019 11:00
What are the possible consequences of computer hacking? what is computer piracy? describe some examples. what are the effects of computer piracy? what are the possible consequences of computer piracy? what is intentional virus setting? describe some examples. what are the effects of intentional virus setting? what are the possible consequences of intentional virus setting? what is invasion of privacy? describe some examples. what are the effects of invasion of privacy? what are the possible consequences of invasion of privacy? what is an acceptable use policy and what is the purpose of the acceptable use policy what is intellectual property and how can you use it?
Answers: 1
question
Computers and Technology, 24.06.2019 03:00
Will do anything for brainlest so can you guys me out i will try my best to you out
Answers: 1
You know the right answer?
What does the following loop do?

int[] a = {6, 1, 9, 5, 12, 3};
int len = a. l...
Questions
question
Biology, 11.07.2019 22:30
question
History, 11.07.2019 22:30
question
Social Studies, 11.07.2019 22:30
Questions on the website: 13722360