CNIT 133 Homework 2 - Basic Operations

CNIT 133 Main Page

Part1: First part of homework2 is a fun exercise on "how to use javascript to manipulate" html-css display strings that are used as parameters for the document.write function.

Part2: Second part of homework2 makes us to validate inputs as integers and for three valid integer inputs calculate their sum, average, product, smallest and largest.

Part3: Third part of homework2 requires us to accept 5 integer inputs, validate them as integers and when all valid inputs are provided, find out the count of negatives, positives and zeroes.

Extra Credit: The extra credit part of homework2 makes us taking up currency conversion. This assignment also requires us to implement some form and input styling, and use jQuery functions to give input/output display a customized look.