After:

// Determine the name and share price of the stock
if( 'c' == stockPick )
{
   stockName = "Coca Cola";
   stockPrice = COCA_COLA;
}
else
{
   stockName = "Pepsi";
   stockPrice = PEPSI;
}