#include <iostream> using namespace std; int main() { float f = 3.5; int b = static_cast<int>(f); cout << b; }
4
3
5
2
This question is part of this quiz :