Question description

Ace my homework – Write a method that accepts a Scanner representing an input file of coin flips that (H) for head and (T) tails. 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% pint You win!file has:H T H H TT t         t  T  h HOutput should read: 3 Heads (60.0%)You win2 TailsQuestion # 2;Ace my homework – Write a method that will accept scanner representing an input file with names on each line separated by spaces. Some names will appear multiple times,  print the most common name for each line, if there is a tie use the first name.  If all names are unique print the first name on the lineI do know how to use Scanner and read from files.

Published by
Essays Scribe
View all posts