State the Problem: Write a program that asks the user for their first middle and last name then gives it back to them in another text box. Tools: variables, document object, forms, function, table, text boxes Algorithim: variables for first, last and middle name values variable for name response function called makeName including all variables and txtname value Table allowing user to enter first, middle, and last name button when clicked displays name in seperate box text area of where the full name will go form defined as myform Implementation: JavaScript was used to write the above algorithim. Refinement: The algorithim went smoothly as planned.