subject

Consider the following code segment, which is intended to set the boolean variable inrange to true if the integer value num is greater than min value and less than max value. otherwise inrange is set to false. assume that inrange, num, min, and max have been properly declared and initialized. boolean is bigger; boolean issmaller; boolean inrange; if (num < max) { issmaller = true; } else { issmaller = false; } if (num > min) { is bigger = true; } else { isbigger = false; } if (isbigger == issmaller) { inrange = true; } else { inrange = false; } which values of num, min, and max can be used to show that the code does not work as intended.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 00:50
Is one of the most injurious events that can happen to a person in a crash.
Answers: 1
question
Computers and Technology, 22.06.2019 15:30
In a compound condition, both conditions on either side of the logical operator and must be true for the overall condition to be true. a: true b: false
Answers: 1
question
Computers and Technology, 22.06.2019 21:00
Kirk found a local community college with a two-year program and he is comparing the cost with that of an out-of-state two-year school. what is the expected total cost for one year at the local community college if kirk lives at home? what is the expected total cost for one year at the out-of-state school if kirk lives on campus?
Answers: 2
question
Computers and Technology, 24.06.2019 11:40
100 pts. first person gets brainliest
Answers: 2
You know the right answer?
Consider the following code segment, which is intended to set the boolean variable inrange to true i...
Questions
question
Mathematics, 10.12.2019 22:31
question
Mathematics, 10.12.2019 22:31
Questions on the website: 13722360