Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.67 KB

File metadata and controls

46 lines (33 loc) · 1.67 KB

Certainly! Here's a brief overview of each project:

                                            1. Number Guessing Game

Project Name: Number Guessing Game

Description: A simple Java-based number guessing game where the user attempts to guess a randomly generated number between 1 and 100. The user is allowed a specified number of attempts to guess the number correctly. The program provides feedback on each guess, indicating whether the guessed number is too high or too low, and it informs the user if they have successfully guessed the number or run out of attempts.

Key Features:

  • User sets the number of attempts.
  • Random number generation between 1 and 100.
  • Feedback on guess (higher or lower).
  • Notification of success or failure based on the number of attempts.

Usage:

  1. Compile the Java file.

  2. Run the program.

  3. Follow the prompts to guess the number within the allowed attempts.

                                                2. ATM Interface
    

Project Name: ATM Interface

Description:

A Java-based ATM simulation that allows users to perform various banking operations. Users can register, log in, and then manage their accounts by withdrawing, depositing, and transferring funds. The program also allows users to check their account balance and view their transaction history.

Key Features:

  • User registration with username, password, and account number.
  • Secure login process.
  • Withdraw, deposit, and transfer functionalities with limits.
  • Balance checking and transaction history viewing.

Usage:

  1. Compile the Java files.
  2. Run the main program.
  3. Register a new account or log in to an existing one.
  4. Use the menu options to perform banking operations.