State the Problem: write a program that displays a message as soon as your web page comes up. Tools: variable, output statement Algorithim: variable for message output "Error: System Failure. Restart Your Computer." Implementation: alert message variable using JavaScript and display output Refinement: The algorithim went as planned.