convert double to int java c++ code example Example: double to int c++ double x = 5.4; int y = (int) x;