User Profile
Collapse
-
average?
can any one tell me how would I be able to calculate the average of four test grades using javascript. if not just like to a link to site that can teach me. please and thank you. -
any one have any idea how can I write this.. I have been trying for day and nothing yet. please help.Leave a comment:
-
grading and average program?
write an application in Javascriopt that will process peoplesgrades Each person has 4 test grades and you are to compute the average for each sudent. The input will include:
1. student name - string type
2. test grade 1 - integer
3. test grade 2 - integer
4. test grade 3 - integer
5. test grade 4 - integer
In your program, keep a count of the number of students read in. When finish entering... -
javascript?
how can I write a survey program with javasript just the layout. If any one has a samiple program that would be grate. -
-
Well its a question in a book am using.
Q: write a XHTML document that shows the reasult of the color survey. The document should contain a form with radio buttons that allows users to vote for their favorite color. one of the colors should be selected as a default. Then document should also contain a table showing various colors and the corresponding percentages of votes for each color. (Eeach row should be displayed in the color...Leave a comment:
-
Survey?
Hello can any teach me how to make a survey like the one you see on ESPN. with color rows and and percentages on the side and the number of votes in XHTML :) -
Javascript/XHTML
Hi, I really need help with this program for my class :)
Write a JavaScript program that uses looping to print the following table of values. Output the results in an XHTML table.
N 10*N 100*N 1000*N
1 10 100 1000
2 20 200 2000
3 ...
No activity results to display
Show More
Leave a comment: