#include using namespace std; int main (int argc, char *argv[]) { float x = 5.5; int y = 5 + x; cout << y << endl; return 0; }