Problem Statement
Create two Java files: Main.java and BankSnapshot.java.
Read the required values, construct a BankSnapshot object, and print a multiline report.
The report must contain these lines in this order:
- Owner
- Final Balance
- State
Use a constructor and keep the object-oriented structure clear.