Can anyone please create this piece of code by answering this question?
Write a Java clags TemperatureShow that will read all the numbers in a binary file named temperatures and write the numbers to the screen, one per line. Assume that the file consists entirely of numbers written to it with the method writeDouble. The string "End of reading from file." is printed to the screen if the reading of file is completed. File IOException should be caught to print out a string "Problem reading from file." to the screen.