Question: Objective: Write a program where the user creates and sorts a collection of circles in a variety of ways based on their area. Requirements: Functionality

Objective: Write a program where the user creates and sorts a collection of circles in a variety of ways based on their area. Requirements: Functionality (80 pts) o No Syntax, Major Run-Time, or Major Logic Errors. (80 pts*)*Code that cannot be compiled due to syntax errors is non-functional code and will receive no points for this entire section. *Code that cannot be executed or tested due to major run-time or logic errors is nonfunctional code and will receive no points for this entire section. o Only use Arrays to store the collection. (80 pts*)*Any other data structure such as LinkedLists, ArrayLists, etc. will result in no points awarded for this entire section. o Do not use built-in sorters. (80pts*)*You must implement all sorting yourself. *You MAY NOT use built-in Java sorters such as anything in import java.util.* or import java.util.Arrays.*Any violation will result in no points awarded for this entire section. o Clear and Easy-To-Use Interface (10 pts) Users should easily understand what the program does and how to use it. Users should be prompted for input and should be able to enter data easily.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!