387,363 views
24 votes
24 votes
The open-ended activity requires you to develop a program on a topic that interests you. Requirements Formulate a question you would like to answer. Identify a data set that will help determine the answer to your question. Create a class to model one entry of the identified data set. Write a program with a main method to read the data from the identified data set into your program. Utilize an array or ArrayList and the created class to store data that has been read. Write code to process the data and determine an answer to the identified question. Review the provided scoring guidelines so that you understand what you will be expected to explain once you are done completing your program. Tip: When traversing multiple data structures simultaneously, structures might not be the same size and loop bounds must be adjusted to make sure that only locations that are valid in all structures are accessed

User Jwriteclub
by
2.7k points

1 Answer

14 votes
14 votes

Answer:

Create, and submit a novel Java program (individually or with one; Question: This open-ended activity requires you to develop a program on a topic that interests you

Step-by-step explanation:

Create, and submit a novel Java program (individually or with one; Question: This open-ended activity requires you to develop a program on a topic that interests you

User Pointer Null
by
2.4k points