Skip to content

divyanshi05/oibsip_taskno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

JAVA PROJECTS: ATM System & Number Guessing Game

Overview This repository contains two Java projects:

  1. ATM System: A simple ATM system that allows users to perform basic banking operations such as withdrawing, depositing, and checking balance.

  2. Number Guessing Game: A console-based number guessing game where the user tries to guess a randomly generated number within a specified range.

Both projects are implemented in Java and provide interactive functionalities for users.

ATM System

Features

  • Login: Users can log in with their UserID and PIN.

  • Withdrawal: Users can withdraw funds from their account.

  • Deposit: Users can deposit funds into their account.

  • Transfer: Users can transfer funds to another account.

  • Transaction History: Users can view their transaction history.

How to Use

  1. Clone the repository:
git clone https://github.com/divyanshi05/oibsip_taskno.git
  1. Navigate to the ATMsystem directory:
cd ATMsystem
  1. Compile the Java files:
javac *.java
  1. Run the ATM System:
java Main

Number Guessing Game

Features

  • Random Number Generation: A random number between 1 and 100 is generated for each game.

  • User Interaction: Players can guess numbers and receive feedback on whether their guess is too high, too low, or correct.

  • Game Quitting: Players can choose to quit the game at any time.

How to Play

  1. Navigate to the numberGuessingGame directory:
cd ../numberGuessingGame
  1. Compile the Java files:
javac numberGuess.java
  1. Run the Number Guessing Game:
java numberGuess

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages