HELP in JAVA script

Discussion in 'JavaScript and AJAX' started by hanann, Nov 10, 2009.

  1. hanann

    hanann New Member

    Joined:
    Oct 2, 2009
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    CS student
    Location:
    palestine
    Construct a home page ( HTML and JAVASCRIPT ) to do the following:
    1. Enter data for 20 students such as ( Name , grade for the midterm exam 30%, grade for the assignment 20%, and grade for the final exam 50% ) for an Introduction to CIS course.
    2. Store the students data in the required arrays.
    3. Display a report for all students contains names, grade exams, and the final course grade( midterm + assignments + Final ).
    4. Display the previous reported ordered by student names. ( use bubble sort )
    5. Find the information for any student using the name of student.( use binary search)



    I don't know how to search or bubble sort
    i know them in C++

    THANCK YOU for your help
     
  2. ManzZup

    ManzZup New Member

    Joined:
    May 9, 2009
    Messages:
    278
    Likes Received:
    43
    Trophy Points:
    0
    Occupation:
    Production Manager:Software @ ZONTEK
    Location:
    Sri Lanka
    Home Page:
    http://zontek.zzl.org
    easily can be done but with some time in it
    what language you really need to do it
    BOTH php and JS qulify i tyhnk
     
  3. Deadly Ghos7

    Deadly Ghos7 New Member

    Joined:
    Dec 19, 2009
    Messages:
    55
    Likes Received:
    2
    Trophy Points:
    0
    Occupation:
    Student
    Location:
    Earth
    Home Page:
    http://www.techgaun.com
    This might be useful for you. Have a read of it.
    Code:
    http://www.irt.org/articles/js054/index.htm#5
    
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice