Given integers int total = 175 and int count = 4, calculate the exact floating-point average using static_cast<double>.
int total = 175
int count = 4
static_cast<double>
Average: 43.75 [✓] Type casting verified (Time: 0.007s, Memory: 2.1 MB)