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:
are u in HS or college work
I am trying to understand
A 529 Plan is an education savings plan operated by a state or educational institution designed to help families set aside funds for future college costs.
your answer will be: It is a tax-advantaged college savings plan.