Logo  

CS479/579 - Web Programming II

Displaying exercises/e4/files/num.html

<!--
  Make this a working javascript program that displays the input number in
hex, octal, decimal and binary as is styled in the same ways as seen in the
reference images in the ref/ sub-directory.  The output numbers should be
updated whenever the input element is updated.
-->