Talking Calculator

Project Description:

This project creates a very simple calculator that will do the four basic arithmetic operations, + - x /.

The result of the calculation will be displayed on the screen and converted to speech. 

Simple error checking will be introduced.

This program will use:

Set up the User Interface (UI)

The UI (User interface) 

The ? is the lblOperator and will be changed based on the operation button clicked

 The Required Components

Make sure you set the TextBoxes  to  accept numeric input only.

Get the Basic Code Working

Basic Code for the Add Button:

Modifications -- Check for errors

Modify the code you have to check for 

Errors to check for:

Now get all four buttons working

Create the code for the - x and / buttons

Extra error checking will be needed for the / button -- Why? What is the extra check?