CS506 Fall 2011 4th Assignment
Question:
Analyze following code using your best effort. And then give and explain its output. Yours explanation should not exceed 3-4 sentences. This assignment is based on negative marking if any unnecessary information or too much detail is provided your marks will be deducted.
CS506 Fall 2011 2nd Assignment
Question:
Write the ideal weight calculator so that height in inches is entered by using a slider. Use the approximate formula:
W = H2 / 30 , for female
W = H2 / 28 , for male
where W is the ideal weight in pounds,
H is the height in inches
Set an action command for each radio button using setActionCommand(String).
CS506 Fall 2011 First Assignment
Question:
Write a program that computes the average and standard deviation of the text floating point numbers in a file. Use the following formulas for the average and the standard deviation of N values. The formulas compute the sum, the sum of squares, the average, the average square, the variance, and finally, the standard deviation.
Spring 2011 CS506 - Web Design and Development Third Assignment
Spring 2011 CS506 2
Question:
Write a program in notepad as an editor for coding such that you are required to build up a Graphical User Interface code for making window similar to following:
Spring 2011_CS506_1
Fall 2010 CS506 5 Solution
You are required to make a simple web application using PHP that will take Name and Age of Voter. And according to his/her age it will display the message either voter is eligible to vote or not.
