Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 621 Bytes

File metadata and controls

51 lines (32 loc) · 621 Bytes

PinLockSystem

Description

A Java security-based PIN lock system that validates user input against a predefined PIN.


Features

  • Console-based Java application
  • Clean and beginner-friendly logic
  • Demonstrates core Java fundamentals
  • Structured using packages

Technologies Used

  • Java
  • OOP Concepts
  • Console Input/Output

How to Compile and Run

Make sure you are in the project root directory.

Compile

javac PinLockSystem\Main.java

Run

java PinLockSystem.Main

Author

Dhruv


Working

javac PinLockSystem\Main.java
java PinLockSystem.Main