#include using namespace std; int main () { int x = 8; // just some code to have a last statement. // In old C the return value would be 10. x = x + 2; }