state the problem: Write a program that asks the user their favoite color then changes the background to match. Tools: Variable, document object, background color property, prompt statement Algorithim: variable for userColor prompt statement in userColor asking "What is your favorite color?" document object using background color property defined as userColor Implementation: Using JavaScript the algorithim was carried out. Refinement: The program ran successfully without flaw.