DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2006
    Posts
    1

    Who can help to solve these problems??

    1. Design and implement a class called GradesTotal with the following features:
    a. Three instance variables: name, numberOfMajors and totalScore.
    b. Two constructors:
    - Student(String name)
    - Student(String name, int numberOfMajors, double totalScore)
    c. The following methods:
    - addMajors (double score) to add a major scores.
    - getTotalScore() to get the total score of the student.
    - getAverageScore() to get the average of the student.

    2. Design and implement a class named Appointment that contains instance variables startTime, endTime, dayOfWeek (valid values are Sunday through Saturday), and a date which consists of a month, day and year. All times should be in military time, therefore it is appropriate to use integers to represent the time. Create the appropriate accessor and mutator methods.

    3. Write a Java class that represents a Student with instance variables name, id, and gpa. Include constructors, accessor, mutator and any facilitator methods you may need. Write a driver program to test your created Student class.

    4. Write a complete Java program that prompts the user for a phrase. The program converts and displays the phrase in uppercase letters.

  2. #2
    Join Date
    Apr 2006
    Posts
    20
    where have you got so far? I'm not going to do yourt work for you, and I doubt anyone here will. Show us what you have so far, and we'll point you in the right direction.

Similar Threads

  1. Replies: 1
    Last Post: 07-29-2009, 07:41 AM
  2. Problems with MSSQLServer and Java
    By jlopes151 in forum Database
    Replies: 1
    Last Post: 11-21-2005, 04:32 AM
  3. Performance problems moving to MDAC2.5
    By Peter Richards in forum VB Classic
    Replies: 10
    Last Post: 10-01-2003, 12:00 AM
  4. Linux Installation problems
    By Mohammad Saleem in forum Open Source
    Replies: 2
    Last Post: 06-27-2002, 12:21 PM
  5. Replies: 1
    Last Post: 05-14-2001, 12:24 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links