write a program that generate a report bill of utility usingthe folloing text file a 4951645
write a program that generate a report( bill) of utility usingthe folloing
text file as an input.(the text filehas: AcctNum, name, previous , current). your out putshould display the following information: under thetitle Account # – list of AcctNums, under the title Name -list ofnames , under the title Previous- list of previous; under the titleCurrent – list of currets; under the title Charge – list of chages.Here is the calculation of charge: (prvious – current) *1,525. and,at the last the total billed.(
use Java)
the text file: 111111 Fred Flintstone 123.4 234.5 222222 Barney Rubble 234.5 333.3 333333 Homer Simpson 345.6 1345.6 444444 Wile E Coyote 0.0 1.0 Attached