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

Identify and discuss a key milestone in the history of computers that interests you and why.

  Part 1Title: Lab ResponseDiscuss one feature of MS Word and one feature of MS Excel that you found challenging within the lab and why. Examples are WordArt, inserting shapes, adding borders, cell styles, etc. This response should be at least one paragraph in length. Part 2Title: History of Computers Identify and discuss a key milestone in the history of computers that interests you and why. This section should be at least one paragraph. Part 3Title: System Software vs. Application Software In your words, explain the difference between application software and system software as if to another coworker who has limited technical knowledge. Use examples to support your rationalization. This section should be at least two paragraphs. Part 4Title: Blockchain and Cryptocurrency In a minimum of one paragraph each: 1. Conduct some research on the internet and discuss one underlying technology of cryptocurrencies like blockchain, cryptography, distributed ledger technol...

Cybersecurity and Infrastructure Security (CISA)

 Develop a research paper that identifies a specific Department of Homeland Security (DHS) operating agency. Fully describe 1 DHS operating agency from the following list: Cybersecurity and Infrastructure Security (CISA) U.S. Customs and Border Protection (CBP) U.S. Citizenship and Immigration Services (USCIS) Federal Emergency Management Agency (FEMA) U.S. Coast Guard (USCG) U.S. Immigration and Customs Enforcement (ICE) U.S. Secret Service (USSS) Transportation Security Administration (TSA) The information must include a discussion of the selected DHS agency. Identify the agency’s mission, goals, objectives, and metrics. Conduct an analysis of how these mission areas address the threats or challenges. Recommend agency program priorities among the current set of goals, objectives, metrics, or budget items. Justification of all choices is an essential element of this assignment. Reference all source material and citations using APA format. WE OFF...

Discuss how the project

ord count : no idea 1. You are required to write a report on all project activities involved in all the 10 knowledge areas of project management for the entire project life cycle. You should also include a list of the respective PM documents, for example PM Plan, PM Quality Management Plan, Risk management, Procurement, etc. The report must include the activities that are considered before the project is closed out. 2. Discuss how the project quality management plan can provide adequate standards and controls in managing global teams in projects. Your discussion must provide adequate arguments for the need of cultural awareness and legal issues. Regards, The post Discuss how the project appeared first on My Assignment Tutor . Assignment status :  Resolved by our Writing Team Source@ PrimeWritersBay.com GET THIS PAPER COMPLETED FOR YOU FROM THE WRITING EXPERTS   CLICK HERE TO ORDER 100% ORIGINAL PAPERS AT PrimeWritersBay.com NO PLAGIARISM