|
Create a web page that includes a Javascript. The script should declare
three variables a, b, and c. Assign the values of 7, 24, and 25 to the variables. Have the script calculate the squares of each of the variable values.
Display the values of the original variables and display the squares.
Finally, display the sum of the squares of a and b and see that this sum
equals the square of c. Save your page as Pythagorean.html |