#include using namespace std; int main() { int val2; val2 = 5 / 2.0; cout << val2 << endl; return 0; }