#include using namespace std; int main(void) { /** Simple integer division */ cout << "10 / 2 = " << 10 / 2 <