You work for a vendor that specializes in heart rate monitors for

Week 8 Pair Exercise iHeartRate Calculator

You work for a vendor that specializes in heart rate monitors for athletes, called iHeartRate. The monitor
is placed on their chest during exercise and reports the heart rate every minute during exercise. These
measurements are stored as a series of comma separated numbers in a text file. They have asked you to
write a module they can incorporate into their reporting that will parse these measurements and
produce the following for each workout:

The median heart rate
The mean heart rate
The lowest heart rate
The highest heart rate

Requirements:
The program will ask for a long list of integer numbers that are separated by commas.
o HINT: You will store this entire thing in a string. You will then need to figure out how to
use a loop in order to elicit the numbers, which are between the commas (except the first
and last number).
You will need to find the String value of the integer between commas, and store it as
a separate String variable
You can parse an integer from a String using Integer.parseInt(StringVariableHere)
to get the integer value.
This returns an integer value, so you should store it somehow
Keep in mind that the first number will have a comma after (but not before), and the
last number will have a comma before (but not after)
The program will then order these numbers.
o HINT: use Arrays.sort(yourArrayVariableHere);
o To use this method you will need to include java.util.Arrays;
The program will print out the median number.
The program will print out the mean number.
The program will print out the lowest number.
The program will print out the highest number.

Instructions:
1. You may work with a coworker on this exercise, or choose to do it alone.
2. First, work through on paper exactly what the requirements are asking you to do.
3. Once have worked through the requirements on paper, then code.
4. When you have finished, upload the project file to the Blackboard Week 8 pair exercise dropbox as
a zipped file with the following name: Pair8_Student1_Student2.zip

Some sample input and corresponding output:

Calculate Your Essay Price
(550 words)

Approximate price: $22

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more