You are to design a Java application using arrays to manage personal financial r
ID: 3549964 • Letter: Y
Question
You are to design a Java application using arrays to manage personal financial records which include expenditures and incomes.
Each expenditure or income includes the following data:
The program must have the following operations:
The program must use object-oriented design and include at least two classes: Record and RecordManager. Since we have not learned how to use files to keep updated data and perform input and output, initial data can be generated by using a random number generator and there's no need to save them after the program execution ends.
Explanation / Answer
do you have professor lin from NVCC