Java Script Tester - http://www.webtoolkitonline.com/javascript-tester.html
January 5th
During todays class you are to complete the following 3 exercises involving basic programming in Javascript:
For each exercise you are to submit a flowchart, a copy of the required Javascript code, and a screen shot of the final result of the executed code:
Create a javascript program which prompts you to enter their name and then displays the message " Hello (your name) "
Create a javascript program which ask you to enter two numbers. It will then decide which number is the greatest and display the message "(Greatest number) is greater than (Lowest number)"
Create a javascript program which randomly picks a number from 1 to 10. It will then ask the user to try and guess the number. In the event that the user doesn't choose the number the program will indicate if the number is too low or too high and ask the user to continue guessing.