Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write ONE application program (Java) by using the following requirements: 1. Flow-chart for the algorithm must be created by using Word Application. Your project

imageimage

Write ONE application program (Java) by using the following requirements: 1. Flow-chart for the algorithm must be created by using Word Application. Your project grade is zero without the algorithm flow-chart. (10 points) o If I do not understand your program, I might check your flow-chart or contact you to explain how it works. You have no grade on the item or items if I have no answer(s) from you. 2. File input and output (10 points) a. Input file(s) need to be submitted b. Input file must have.txt extension 3. Exception handling (10 points) a. You can create your own exception classes or b. You can use existing exception classes from Java API or Python Standard Library 4. Inheritance a. At least one superclass or abstract superclass: this class needs to have data members, accessor, mutator methods (5 points) b. At least one subclass: this class also needs to have data members, accessor, mutator methods (5 points) c. At least one interface: this interface needs to have at least two abstract methods (5 points) d. At least one method overloading (5 points) e. At least one method overriding (5 points) f. At least one static member and one static method (10 points) g. Polymorphism: you need to have at least one superclass reference to reference objects of a subclass (5 points) h. At least one aggregation in a class (5 points) 5. Data Structure a. Array based data structure can be selected from Stack, Queue, Priority Queue or Deque (5 points) b. Two sorting algorithms can be selected from (10 points) i. Insertion sort ii. Bubble sort iii. Selection sort iv. Merge sort v. Quick sort vi. Heap sort c. Recursive method must be used in the project (5 points) d. Searching algorithm can be selected from either linear search or binary search (5 points) 6. Within your project, PLEASE include comments at the place where you use the above items. I will deduct the points if I cannot find the above items within your project.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

Students also viewed these Programming questions

Question

What is production leveling?

Answered: 1 week ago

Question

Give codons for the following amino acids: (a) Th (b) Asp (c) Thr

Answered: 1 week ago