Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
9 changes: 9 additions & 0 deletions .idea/libraries/junit_4_13_beta_3.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

429 changes: 429 additions & 0 deletions .idea/workspace.xml

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 2019-StateFarm-CodingCompetitionProblem.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="junit-4.13-beta-3" level="project" />
</component>
</module>
8 changes: 4 additions & 4 deletions feedback.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Your team (name of each individual participating):
How many JUnits were you able to get to pass?
Your team (name of each individual participating): Dennis Eddington, Shivani Upadhayay
How many JUnits were you able to get to pass? We passed all of our test cases!

Document and describe any enhancements included to help the judges properly grade your submission.
Step 1:
Step 2:
Step 1: We added a custom method to display countries that had a disaster based on year of input. If there are countries that reported incidences during that year, they will get outputted.
Step 2: We added a custom method to reports whether you are at high, average, or low risk for a natural disaster based on where you are located and this could determine how your insurance impacts you.


Feedback for the coding competition? Things you would like to see in future events?
Binary file added junit-4.13-beta-3.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading