#include using namespace std; int main() { int a= 5, b= 5; // a is displayed // Then, a is increased to 6. cout << a++<<