Question: Budget code to be made into RunBudget.java Your Budget.java program currently collects and summarizes data. It utilizes a nested loop to acquire monthly budget information

Budget code to be made into RunBudget.java



Your Budget.java program currently collects and summarizes data. It utilizes a nested loop to acquire monthly budget information from a file and writes the output to a separate file. The input file contains zero or more sets of data that are comprised of a month, a total budget value, and six values corresponding to the expenses for the month. The program acquires the month, that month's total budget, and expenses for six categories from the input file and the program prints a summary to an output file. This process is repeated for each month in the input file. Modify your program to create a Budget object with the values obtained from the file. This requires a Budget class. Yourprogram will read from a file, instantiate and populate a Budget object, and then write a summary to a file. Rename your cyourLastName-Budget.java file tcyourLastName>RunBudget.java. Call your budget class
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
