Write a method called coinFlip that accepts a Scanner representing an input file of coin flips that

Question:

Write a method called coinFlip that accepts a Scanner representing an input file of coin flips that are heads (H) or tails (T). Consider each line to be a separate set of coin flips and output the number and percentage of heads in that line. If it is more than 50%, print “You win!”. Consider the following file:

H T H H T

T t    t    T h H

For the input above, your method should produce the following output:

3 heads (60.0%)

You win!

2 heads (33.3%)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: