package bank;
import java.util.Scanner;
import database.getmoney;
public class bank() {
private String email;
public void oldBank(Bank bank) {
Scanner scanner = new Scanner(System.in);
Thread.sleep(1000);
try {
System.out.println("Email gir");
email = scanner.next();
Database db = new Database(email);
System.out.println("Paranız : " + Integer.valueOf(db.getmoney));
} catch (SQLException e) {
System.out.println(e.getMessage());
System.out.println(e.getErrorCode());
} finally {
db.close();
}
}
}
-
Notifications
You must be signed in to change notification settings - Fork 0
reventcik/respect0
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published