User Story C: As a community activist, I'd like to identify high needs communities who may be experiencing food shortages so that I can focus my team's work.
Possible Extensions: I would like to know what aspects make a community high risk.
✅ TO DO: Use your knowledge of object-oriented programming, one-dimensional (1D) arrays, and algorithms to create your data analysis program:
Write a class - Write a class to represent your user or business and store and analyze their data with no-argument and parameterized constructors.
Create at least two 1D arrays - Create at least two 1D arrays to store the data that your user needs information about.
Write a method - Write a method that finds or manipulates the elements in a 1D array to provide the information your user needs.
Implement a toString() method - Write a toString() method that returns general information about the data (for example, number of values in the dataset).
Document your code - Use comments to explain the purpose of the methods and code segments and note any preconditions and postconditions.