Knowledge check

Completed

Check your knowledge

1.

Suppose decimal gradePointAverage = 3.99872831m;. What is the value of (int) gradePointAverage?

2.

In the following code decimal x = 7 / 5; why does x = 1?