Taxes are already included. Prices are never given without taxes in Europe except in B2B where your customers don't pay VAT anyway.
char x = 'X';
int i = 0;
cout << (true ? x : 0);
cout << (false ? i : x);
will print 8888.