Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I have the text file,only need help for the programming(java), better write it in one program. Thanks!! 18. Gas Prices In the student sample program

I have the text file,only need help for the programming(java), better write it in one program.
Thanks!!
image text in transcribed
image text in transcribed
18. Gas Prices In the student sample program files for this chapter, you will find a text file named GasPrices.txt. The file contains the weekly average prices for a gallon of gas in the United States, beginning on April 5, 1993, and ending on August 26, 2013. Here is an example of the first few lines of the file's contents: 04-05-1993:1.068 04-12-1993:1.079 04-19-1993:1.079 04-26-1993:1.086 05-03-1993:1.086 and so on... Each line in the file contains the average price for a gallon of gas on a specific date. Each lin is formatted in the following way MM-DD-YYYY:Price MM is the two-digit month, DD is the two-digit day, and YYYY is the four-digit year.P the average price per gallon of gas on the specified date. For this assignment you are to write one or more programs that read the contents of the fl and perform the following calculations: Average Price Per Year: Calculate the average price of gas per year, for each year in the file (The file's data starts in April, 1993, and it ends in August, 2013. (For the years 1993 and 2013, use only the data that is present for those years.) Average Price Per Month: Calculate the average price for each month in the file. Highest and Lowest Prices Per Year: For each year in the file, determine the date and amount for the lowest price, and the highest price List of Prices, Lowest to Highest: Generate a text file that lists the dates and prices, sorted from the lowest price to the highest List of Prices, Highest to Lowest: Generate a text file that lists the dates and prices, sorted from the highest price to the lowest. You can write one program to perform all of these calculations, or you can write programs, one for each calculation. different

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Accidental Data Scientist

Authors: Amy Affelt

1st Edition

1573877077, 9781573877077

More Books

Students also viewed these Databases questions

Question

What tools might be helpful?

Answered: 1 week ago