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 pts o No Syntax, Major RunTime, or Major Logic Errors. ptsCode that cannot be compiled due to syntax errors is nonfunctional code and will receive no points for this entire section. Code that cannot be executed or tested due to major runtime or logic errors is nonfunctional code and will receive no points for this entire section. o Only use Arrays to store the collection. ptsAny other data structure such as LinkedLists, ArrayLists, etc. will result in no points awarded for this entire section. o Do not use builtin sorters. ptsYou must implement all sorting yourself. You MAY NOT use builtin Java sorters such as anything in import java.util. or import java.util.ArraysAny violation will result in no points awarded for this entire section. o Clear and EasyToUse Interface 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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
