#include <iostream> #include <cmath> using namespace std; int main() { // display integral value closest to 15.5 cout << round(15.5); return 0; } // Output: 16