subject

1. which of the following expressions evaluates multiplication first addition second and multiplication third
a. 2*3+4*5
b. (2*3)+(4*5)
c. 2*(3+4)*5
d. 2*(3+4*5)
2. after the following two statements, what is the value of j?
int i=10;
int j=10*i++;
a. 100
b. 101
c. 110
d. 111
3. consider the following code.
int x=1;
int y=2;
system. out. println ("the sum of x and y is" +x+y+".");
what would be the result of the last statement?
a. it would display the text, "the sum of x and y is 3."
b. it would display the text, "the sum of x and y is 12."
c. it would display a very large number, something similar to 442152118.
d. the statement would cause a compilation error.
(note: this is for java programming)

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 00:20
Describe a data structures that supports the stack push and pop operations and a third operation findmin, which returns the smallest element in the data structure, all in o(1) worst-case time.
Answers: 2
question
Computers and Technology, 24.06.2019 00:30
Use the keyword strategy to remember the meaning of the following word. the meaning for the word has been provided. write your keyword and describe the picture you would create in your mind. obfuscate: to make something so confusing that it is difficult to understand.
Answers: 2
question
Computers and Technology, 24.06.2019 05:50
What all vehicles has tesla inc. created over the years
Answers: 3
question
Computers and Technology, 24.06.2019 12:10
What is it called during the editing process when the processor ensures that a character holding a coffee mug from one angle is holding the same mug in the same way when the shot switches to another camera at another angle? cinematography continuity technology prop use
Answers: 1
You know the right answer?
1. which of the following expressions evaluates multiplication first addition second and multiplicat...
Questions
question
Mathematics, 09.03.2021 03:00
question
Mathematics, 09.03.2021 03:00
question
Mathematics, 09.03.2021 03:00
Questions on the website: 13722361