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
That it was unread that’s what mine means
Click options in the tools menu and select track changers
Answer:
The cost to make one tie is approximately £4.79
Explanation:
The details of the dimensions of the fabric needed to make the school tie are;
The length of the required fabric = 135 cm
The width of the fabric for the tie = 9 cm
The width of a roll of fabric when sold = 90 mm = 9 cm
The cost of the fabric per meter = £3.55
The width of the roll of fabric = The width of the fabric material required to make a tie
1 meter = 100 cm
The cost of 1 m (100 cm) of fabric = £3.55
Therefore;
The cost of the 135 cm of the fabric required for the tie, <em>c</em>, is found as follows;
c = £3.55 × 135/100 = £4.7925
The cost of the fabric required to make one tie giving the answer to two decimal place, c ≈ £4.79
Answer:
Process
Explanation:
In older systems, the user interface mainly consisted of process-control screens that allowed a user to send commands to the system. These systems were used in a great variety of industries, and it gave the user control over process measurements or process variables. It also allowed the user to view the current state of the process, modify the operation of the process, and perform other related actions.