const float pi = 3.14159; float g = 2.71828; int main() { float a = pi; float b = g; float c = a + b; return (int)c; // 5 }