The code segment makes use of conditional statements.
Conditional statements in programming are used to make decisions
The code segment in C++ is as follows
if (score > 90) {
grade = 'A';
}
else if (score >= 80 && score < =90) {
grade = 'B';
}
else {
grade = 'C';
}
The above code segments take the score, make comparison, and then determine the appropriate letter grade.
Read more about code segments at:
brainly.com/question/20475581
Answer:
There are various ways: Handing out papers/fliers to people, or presenting slides.
Answer:
1/3
Explanation:
3/18 divided by 2 equals 1/3
hope this helps
have a good day
Answer:
I need a better explanation??
Create the computer, network, and communication systems that an organization needs