akosiraff

Download Javascript Calculator

Oct 29th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/javascript-calculator/
  3. Create a very simple four function integer calculator with buttons for Add, Subtract, Multiply, and Divide, and with two text-type input fields. When the user enters two numbers and clicks one of the buttons, the answer is displayed where shown.
  4. Your program must use an alert to tell the user about any errors. The possible errors include:
  5. One or both input fields are blank
  6. One or both input fields < -9999 or greater than 9999
  7. Divide by zero
  8. Illegal character in either input field.
  9. Only 0, 1 ,2 ,3 ,4 ,5 ,6 ,7 ,8 ,9, and – are allowed.
  10. You must include instructions to the instructor on
  11. how to install the assignment. Do this in a
  12. separate file named ReadMe.txt.
  13. Download: http://solutionzip.com/downloads/javascript-calculator/
Add Comment
Please, Sign In to add comment