Create an array of date objects

Assignment Help JAVA Programming
Reference no: EM13165479

Task#1: Define the Date and DateTest classes by doing the followings. Run your code.

1.     In Date class,

a.     declare three instance variables: year, month, and day

b.     define a constructor to initialize the variables properly

c.      define toString method to return the date as a String like 26/3/2014

 2.     In DateTest class, define the main method. The main method should create a Date object and print it.

Task#2: Update the Date and DateTest classes by doing the followings. Run your code.

1.     In Date class,

a.     update the constructor to accept only valid values for year (> 0), month(1-12), and day(1-31). If any of the three values is not valid the value 1 should be assumed.

b.     define a default constructor that initializes each of the three instance variables with the value 1.

c.      the toString method should return the date with full month name, such as "March 26, 2014".
 
2.     In the main method of the DateTest class, add code to create a date object with the default constructor, and another one with invalid values, and see the results.

Task#3: Do the followings in the DateTest class.

1.     Add a static Date toDate(String str) method to the DateTest class. If the method is called with a string like "26/3/2014", it will create and return the corresponding date object. If the input string is not valid date, the method should return null.  Hint: use the String.split("/")  method to split the string in three parts and retrieve the day, month, and year. Or use the String.indexOf("/") and String.substring() methods to extract the three components of the date from the string.

2.     In the main method, call the toDate method with a string-date of your choice and print the result.

Task#4: Update the Date and DateTest classes by doing the followings.

1.     Implement the Comparable interface in the Date class. Provide implementation for the public int compareTo(Object obj) method. You may get help from Example#7.

2.     In the main method of the DateTest class, add code for the followings.

a.     Create an array of Date objects of size 4. Initialize the array by using a loop. In the loop, use the Scanner.nextLine() method to input a date as a string, convert it to a date by using the toDate() method, and assign the result to an element in the array. If the result of toDate() method is null, input the date again (Hint: consider using nested do-while loop for inputting a valid string-date).

b.     Print the array of dates using a loop.

c.      Use the Arrays.sort method to sort the array of dates.

d.     Print the array of dates using a loop. The dates will now be sorted.

 
Task#5: Zip the folder of your project and submit through Blackboard.

Reference no: EM13165479

Questions Cloud

Effectiveness of an hrd program : Explain the role that trainability plays in the effectiveness of an HRD program or intervention. Briefly describe the options available to assess the trainability of employees
Class sorter which contains methods for selection sort : Write a class Sorter which contains methods for selection sort, insertion sort and bubble sort (start with the code below). Then create a client class which asks user to enter ten numbers using arrays. Then the program asks user which sorting algo..
Write a script that creates a craps game : Write a script that creates a craps game and meets the following requirements. Name the script craps.sh The script will get 2 random numbers between 1-6.
Estimate state income tax payments : Estimated state income tax payments of $1,000 each quarter and estimated city income tax payments of $300 each quarter. The Dunphys made all fourth-quarter payments on December 31, 2013. They would like to receive a refund for any overpayments.
Create an array of date objects : Create an array of Date objects of size 4. Initialize the array by using a loop. In the loop, use the Scanner.nextLine() method to input a date as a string, convert it to a date by using the toDate() method, and assign the result to an element in ..
Write a linked-list-based push-down stack implementation : Write a linked-list-based push-down stack implementation that keeps items on the list in order from least recently inserted to most recently inserted. You will need to use a doubly linked list.
Create 3 files date.h, date.cpp, date_main.cpp : create 3 files date.h, date.cpp, date_main.cpp that will create a birth date and a graduation date in the form MM/DD/YYYY
Prepare a statement of cash flows for 2012 : Prepare a statement of cash flows for 2012 using the indirect method in the Operating Activities section and problem Statement of Cash Flows Indirect Method
Identify five different it systems : Identify five different IT systems that have affected business in the past few years. For each system, briefly note the following: · A name for the system

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd