Skip to main content
Assignment 5 Instructions
Submit all of your assignments in a zip file. Your zip file must include the .java and .class files as well as a Word document with a screen shot of your program running.
Assignment 5-1 (25 pts.) – Lab Practice 7
⦁    Lab 9-4 (5 pts.) – Create 2 new methods in 2 different classes. Using the supplied VacationScaleTwo class, add the method displayVacationDays() and implement it using a for loop. Test your class with the VacationScaleTwoTest class. Using the supplied NamesListTwo class, add a displayNamesTwo() method and use an enhanced for loop to implement it. Create a NamesTwoListTest class to test your NamesListTwo class.
⦁    Lab 9-5 (10 pts.) – For this exercise, you are to create a class named TwoDimensionalArray that declares, instantiates, and displays a two-dimensional array of integers from 1–10. Your class should have the following 2 public methods (your 10 x 10 array of integers should be private):
⦁    setArray() – this instantiates the array and fills each row of the array with the numbers 1–10 in order.
⦁    displayArray() – displays the contents of the array like the example below:
Create a separate test class named TwoDimensionalArrayTest to instantiate class TwoDimensionalArray and test it.
⦁    Lab 9-6 (10 pts.) – Using ClassMapTest as your test class, create the ClassMap class and implement the following methods:
⦁    setClassMap() – initializes an array of String called deskArray. deskArray should be a private instance variable within ClassMap. Set the size of deskArray to 10 using a constant named NUMBER_DESKS.
⦁    setDesk() – assigns the name of the student to the current position of deskArray. The name of the student is found in the public instance variable “name.”
⦁    displayDeskMap() – displays the names of the students assigned to each desk in deskArray. Only show those array positions that have students associated with them.
⦁    searchDesk() – searches the deskArray for the position that contains the student named in the “name” instance variable. If the student is not found a message to that affect is printed to the screen.
When you run ClassMapTest your printout should look something like the following:
Assignment 5-2 (25 pts.) – Lab Practice 10
⦁    Lab 9-6 Conversion (10 pts.) – overload the setDesk() and searchDesk() methods to accept a String variable called “name” and use this variable to set the ClassMap instance variable “name.” Since you are overloading these 2 methods, you should have 1 set of methods that accepts no arguments and 1 set that accepts a single String argument.
⦁    Lab 10-2 (15 pts.) – Write a Customer class with an overloaded method called setCustomerInfo(). You must overload setCustomerInfo() 3 times (in other words, you must have 3 different setCustomerInfo() methods). Use CustomerTest.java to test your Customer class testing each overloaded method. Write a displayCustomer() method to display the values for each customer you create in CustomerTest (create at least 3 customers).
Submit this assignment by 11:59 p.m. (ET) on Monday of Module/Week 5.
Assignment 6 Instructions
Submit all of your assignments in a zip file. Your zip file must include the .java and .class files as well as a Word document with a screen shot of your program running.
Assignment 6-1 (25 pts.)
In this assignment, you are to create a Person class with the following private attributes:
⦁    Last name – type String
⦁    First name – type String
⦁    Social Security Number – type String
⦁    Date of birth – type Date which is a class you create that has the following 3 attributes: int day, int month, and int year and its toString() method returns the date in the “day/month/year” format.
Use a constructor to initialize the Person attributes. Encapsulate each of these attributes and test the setters by using them in the constructor to set the attributes. In the Person class override the Object toString() method so that it will return a String with all of a person’s information when called. Use your getter methods to implement the toString() method (do not access the Person attributes directly from toString(). Test your class by creating a PersonTest class and instantiating 3 different students and then using the toString() method to print out all the information on each student.
Your test run should look like the following:
Assignment 6-2 (15 pts.)
In this assignment, you are going to create a subclass of Person called student. The Student class has the following private attributes:
⦁    Student ID – type String. The student ID must be derived using the private method setStudendID() of the Student class. setStudentID() should use the first 2 letters of the student’s last name (converted to upper case) and the last 4 characters of the SSN to derive studentID.
⦁    Course – type String. This is the name of their current class (assume a student can only take 1 class).
⦁    Professor – type String. This is the name of their current professor.
Create a constructor to initialize Student’s attributes and use setters (you need to encapsulate your attributes). In the constructor, use the setter methods to set the attributes rather than setting them directly. The constructor should take the following arguments: first name, last name, SSN, date of birth, course, and professor.
Your test run should look something like the following:
Assignment 6-3 (10 pts.)
In this assignment, you are going to create an interface called Transcripts with 2 methods: getGPA() and getTotalCredits(). Implement these methods in the Student class you created for Assignment 6-2.
⦁    getGPA()’s return type is double and it returns the value 3.5
⦁    getTotalCredits()’s return type is int and it returns the value 125
Modify the toString() method in Student class to include the student’s GPA and total credits.
Your test run should look something like the following:

Comments

Popular posts from this blog

Should pit bull terriers be banned in my community

 Discussion Forum: Counterarguments (Should pit bull terriers be banned in my community) You created a question about the topic for your W6 Rough Draft. For this discussion, you will give an answer to that question in the form of a thesis statement. "Dieting Makes People Fat" Main Post: Share your thesis statement with your classmates. Please note: As with last week’s discussion, nothing here is set in stone. Be open to changing everything about your topic, including your position and audience, as you research it and get feedback from your classmates. Topic + Position/Purpose + Supporting Points =Thesis Statement Example: Suppose the question you posed in the Week 5 discussion was something like, “Should pit bull terriers be banned in my community?” After doing some preliminary research, you have concluded that pit bulls, if raised properly, are no more dangerous than other breeds of dogs. Your thesis statement can be something like, “Pitbulls should not be banned

Controversy Associated With Dissociative Disorders

 Assignment: Controversy Associated With Dissociative Disorders The  DSM-5-TR  is a diagnostic tool. It has evolved over the decades, as have the classifications and criteria within its pages. It is used not just for diagnosis, however, but also for billing, access to services, and legal cases. Not all practitioners are in agreement with the content and structure of the  DSM-5-TR , and dissociative disorders are one such area. These disorders can be difficult to distinguish and diagnose. There is also controversy in the field over the legitimacy of certain dissociative disorders, such as dissociative identity disorder, which was formerly called multiple personality disorder. In this Assignment, you will examine the controversy surrounding dissociative disorders. You will also explore clinical, ethical, and legal considerations pertinent to working with patients with these disorders. Photo Credit: Getty Images/Wavebreak Media To Prepare · Review this week’s Learning

CYBER SECURITY and how it can impact today's healthcare system and the future

 Start by reading and following these instructions: Create your Assignment submission and be sure to cite your sources, use APA style as required, and check your spelling. Assignment: Recommendations Document Due Week 6 (100 pts) Main Assignment Recommendations Document The 1250 to 1500-word deliverable for this week is an initial draft of your recommendations. Note that this is a working document and may be modified based on insights gained in module eight and your professor's feedback. This document should contain the following elements: Summary of your problem or opportunity definition A list of possible recommendation alternatives. In this section, you are not yet at the point of suggesting the best set of recommendations but you are trying to be creative and explore all the different ways that the problem or opportunity might best be addressed. The end result here will be a list of alternatives among which you will choose your final recom