This Repository is culmination of: *java project *sql project *python project
Java Project: created a password validator class which holds a method wherein user would test his password against the system.Various validations are performed to ensure proper format of password i.e on point regex.After which we proceed to next stage where certain checks will be performed to check for strength of the password against input and in accordance to this an output will be flashed. Tech used - Java (core),IDE-VS CODE
Python Project: A fare estimation script for a ride-sharing app. Takes distance,vehicle type(Economy, Premium, SUV),and hour of the day as input. Applies a 1.5x surge charge during peak hours (5 PM to 8 PM) and prints a formatted price receipt. Handles invalid inputs with clear error messages. Tech used - Python,IDE-VS CODE
Sql project: A database system for a college library to manage books and student borrowing activity.Contains three tables — Books,Students, and IssuedBooks — with sample data across Sports,Movies,and Technology categories. Includes queries to find overdue books,most borrowed categories,books never borrowed,and a cleanup query to remove inactive students. Tech used - Mysql,dbms