Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

I need some debugging help and another set of eyes to essentially double check w

ID: 3568295 • Letter: I

Question

I need some debugging help and another set of eyes to essentially double check what I've done and tell me what I've missed. 1500 PTS for your trouble and for mine. Basically it's giving me a different random account number every single time it displays it in TestAccounts.java instead of storing the first randomly generated number; additionally, I cant get it to display the number of accounts created. I am almost ot the point of just starting the whole project over but I want to know where Im going wrong first.

Suppose the bank wants to keep track of how many accounts exist.

Explanation / Answer

You can use some List whether Array List or Linked List/Collection classes so that you can store the previous account Numbers .

Implement the code using collection including your logic it may helps you by using ArrayList and display the Arraylist by Parsing to simple text file.

.