State the problem: Write a program that asks for the users name then determines a response based on their input. Tools: variable, operators, alert, if-else statement Algorithim: variable for firstName output "Hello, what is your name?" input firstName output "Oh hello most revered programmer!" output "why are you wasting your life on here?" Implementation: using JavaScript prompt commands, alert commands and operators the algorithim was carried out in notepad. Refinement: The algorithim ran smoothly without errors.