subject

In a certain game, the integer variable bonus is assigned a value based on the value of the integer variable score. • If score is greater than 100, bonus is assigned a value that is 10 times score.

• If score is between 50 and 100 inclusive, bonus is assigned the value of score.

• If score is less than 50, bonus is assigned a value of 0.

Which of the following code segments assigns bonus correctly for all possible integer values of

score ?

Select two answers.

A

IF(score > 100)

{

bonus score * 10

}

ELSE

{

IF(score ≥ 50)

{

bonus score

}

ELSE

{

bonus 0

}

}

B

IF(score ≥ 50)

{

IF(score > 100)

{

bonus score * 10

}

ELSE

{

bonus 0

}

}

ELSE

{

bonus score

}

ansver
Answers: 1

Another question on Advanced Placement (AP)

question
Advanced Placement (AP), 24.06.2019 14:20
The purpose of a preliminary hearing in juvenile court isa-to determine if there is a probable cause to proceed with trialb-to determine if the juvenile will be a detailed pending trialc- to appoint counsel for the juvenile defendant d-to impose sentencing
Answers: 2
question
Advanced Placement (AP), 24.06.2019 15:30
B. speculate about one positive way and one negative way that this boundary has affected the geographical units it separates over time.
Answers: 1
question
Advanced Placement (AP), 25.06.2019 03:30
Why is the road most slick when it first begins to rain? a. oils the road has absorbed begin to float. b. the water has not had time to run off. c. a higher concentration of dirt makes the road more slick. d. none of the above
Answers: 1
question
Advanced Placement (AP), 25.06.2019 19:30
Symptoms of include nausea, vomiting, improper digestion, and severe abdominal pain, and sufferers may develop diabetes. a. pancreatitis b. hepatitis c. gastritis d. none of the above
Answers: 1
You know the right answer?
In a certain game, the integer variable bonus is assigned a value based on the value of the integer...
Questions
question
Mathematics, 14.07.2019 05:30
Questions on the website: 13722360