You are on page 1of 3

e

Task Object Event


Get the following order information from the user:
Customer Name CustomerTextBox None
Address AddressTextBox None
City CityTextBox None
State StateTextBox None
Zip Code ZipTextBox None
Number of blue skateboards ordered BlueSkateboardOrdTextBox None
Number of yellow skateboards ordered YllwSkateboardOrdtextBox None

Calculate the total skateboards ordered and the total price CalculateButton Click

Display the following:


Customer Name CustomerTextBox None
Address AddressTextBox None
City CityTextBox None
State StateTextBox None
Zip Code ZipTextCode None
Number of blue skateboards ordered BlueSkateboardOrdTextBox None
Number of yellow skateboards ordered YllwSkateboardOrdtextBox None
Total skateboards ordered CalculateButton, TotalSkateboardLabel Click, None
Total price CalculateButton, TotalPriceLabel Click, None

End the application ExitButton Click

Clear the screen for the next order ClearButton Click

You might also like