Listing 3
void doSelection(){ //Begin sequence structure int temp = 0; cout << "Enter an integer: "; cin >> temp; //End sequence structure Listing 3