Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~90 People Reached
Favorite Forums
Favorite Tags
Member Avatar for axel22

I am figuringout why my code isnt working, I have tried numerous different variables and so on. I need help on why it is not calculating? <html> <head> <title> Quadratic</title> <script type="text/javascript"> function Calculate() { var a = document.getElementById("aBox").value; var b = document.getElementById("bBox").value; var c = document.getElementById("cBox").value; var x = …

Member Avatar for pritaeas
0
90