There is normally 12 grades in the US! Hope that helped
When a code segment has an error, the code would either <em>not run at all</em>, or it would not <em>run properly</em>.
- The error in the code is the result of (5/9) will be 0
- The fix to the error by typecasting is by writing 5 as double (5)
On the third line, we have (5/9) * (fTemp - 32).
5 and 9 are integers, and they would be executed as integers.
This means that 5/9 will result to 0.
The fix to this error by typecasting is by converting one or both of 5 and 9 to double.
This can be done by rewriting them as: <em>double(5) and double(9)</em>
Read more about programming errors at:
brainly.com/question/23782010
Her kinetic energy increased as she moves faster and het potential energy decrease when kinetic energy us high