Use the form fields for the input values. For each of the following exercises create a function what will be activated by the button. Do not forget our discussion on button types.
Enter a number for value1:
Enter a number for value 2:
1. Display the value you entered for value1:
2. Dislplay the value you entered for value2:
3. Display the value of value1 * value2:
4. Display the results of value1 + value2 in the following textfield.
5. Use the increment operator to add 1 to count and display the new value of count.