Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Task

Basic Task (Java)

  • Create a simple banking system with customers, accounts, and transactions. Here's a basic outline of the classes: Customer: Represents a bank customer with attributes such as a customer ID, name, and contact information. Account: Represents a bank account with attributes like an account number, account holder (linked to a Customer), balance, and methods for depositing and withdrawing money. Bank: Acts as the main class that manages customers and their accounts. It provides methods to add customers, create accounts, perform transactions, and display account details. Also, this class should contains two small methods such as find customer and find account by their respective ID. Note: Call the methods of depositing and withdrawing (In Account Class) while performing transaction in Bank Class.

  • Create a program that generates and prints the Fibonacci sequence up to a specified number of terms. The Fibonacci sequence is a series of numbers where each number is the sum of the two preceding ones, typically starting with 0 and 1.

  • Write a Java program to implement a simple library system. The program should allow users to perform the following operations: Add a new book to the library. Display a list of all books in the library. Search for a book by its title. Check out a book (mark it as borrowed). Return a book (mark it as available).

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages