private void btnCheckOut_Click(object sender, EventArgs e) { lblTotalSpent.Text = "You spent " + grandTotal + " today. Thanks!"; lblNumItems.Text = "You purchased " + numItems + " items."; }