subject
Computers and Technology, 05.11.2020 06:50 barn01

Consider the following code: int diff = 0;
if (Math. abs(num1 - num2) == (num1 - num2))
{
diff = num1 - num2;
}
else if (Math. abs(num2 - num1) == (num2 - num1))
{
diff = num2 - num1;
}
Which of the following will have the exact same result?

I.

int diff = Math. abs(num1) - num2;
II.

int diff = Math. abs(num1 - num2);
III.

int diff = Math. abs(num2 - num1);
II and III only
I only
I sets diff to the absolute value of num1 minus the value of num2. This could be negative, while in the code segment diff is always positive.
II only
I, II, and III
III only


Consider the following code:

int diff = 0;
if (Math.abs(num1 - num2) == (num1 - num2))
{
diff = n

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 17:30
Under which key category do the page up and page down keys fall? page up and page down keys fall under the keys category.
Answers: 1
question
Computers and Technology, 23.06.2019 19:30
What are loans to a company or government for a set amount of time
Answers: 1
question
Computers and Technology, 24.06.2019 22:00
Difference between ancient and modern mode of information transmission
Answers: 1
question
Computers and Technology, 25.06.2019 04:00
Plz there is a problem with my account. i no longer have ! ( hand,ambitious,virtuoso etc.) it's like getting brainliest means nothing. how do i get ranks back?
Answers: 1
You know the right answer?
Consider the following code: int diff = 0;
if (Math. abs(num1 - num2) == (num1 - num2))
...
Questions
question
Physics, 13.07.2019 01:00
question
Social Studies, 13.07.2019 01:00
Questions on the website: 13722362