Complete the following tasks, assuming that each applies to the same program: a) Write a statement that opens file "newmast.txt" for output (and creation)—use formatter variable outNewMaster. b) Write...

Complete the following tasks, assuming that each applies to the same program:

a) Write a statement that opens file "newmast.txt" for output (and creation)—use formatter


variable outNewMaster.


b) Write the statements needed to read a record from the file "trans.txt". The record is


an object of class TransactionRecord—use Scanner variable inTransaction. Assume


that class TransactionRecord contains method setAccount (which takes an int) to set


the account number and method setAmount (which takes a double) to set the amount


of the transaction.


c) Write a statement that outputs a record to the file "newmast.txt". The record is an object


of type Account—use Formatter variable outNewMaster.




May 19, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here