jhylands

suvat

Apr 24th, 2013
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.41 KB | None | 0 0
  1. <script>
  2. function select(){
  3. //find which variable is missing and select suvat accordingly
  4. }
  5.  
  6. </script>
  7. <h1>Suvat calculator</h1>
  8. Distance:<input type="text" id="s"/><br />
  9. Initial velocity<input type="text" id="u"/><br />
  10. Eventual velocity<input type="text" id="v"/><br />
  11. Acceloration<input type="text" id="a"/><br />
  12. Time<input type="text" id="t"/><br />
  13. <input type="button" value="calculate" />
  14. <x id="answer"> </x>
Advertisement
Add Comment
Please, Sign In to add comment