![]() |
Welcome to my page |
Home | Javascript | Actionscript | Blog |
Chapter 1 Programs | <script> var num1 = 0; alert ( " This program will subtract two numbers of your choosing" ); var num1 = prompt( "Enter first number" ); total = num1 - num2; alert (total); </script>
|
|||