Convert all txt files into java files.
INSTRUCTION FOR RUNNING THE PROGRAM:
- Download Xammp to provide support for creating and manipulating databases in MySQL.
- Download and setup the MySQL connecter.
- Add MySQL connecter to the Java Project space where this code's class file will be stored.
- After succesfully connecting the code with the database, the code will function.
- Open XAMPP > Start Apache > Start MySQL > Click Admin(MySQL) > Create Database "management" > Create tables "student" & "teacher"
- "student" table columns: Name,Enrollment,CGPA,User,Password
- "teacher" table columns: Name,ID,Salary,User,Password
X------------------------------------------------------------------------------------------X