I am developing this code in Java for as part of myproject for a Student Information System (SIS). I would like toinclude an Admin log in, with username and password to allow allowadmin staff to enter their log in details and access the SIS. Couldyou please help me.?
import java.util.*;
public class Student {
private String id;
private String name;
private int age;
private String email;
private String course;
private String year;
private String section;
/** Constructs a Student object with the given values */
public Student(String id, String name, int age, String email,String course, String year, String section){
this.id = id;
this.name = name;
this.age = age;
this.email = email;
this.course = course;
this.year
PayPal Gateway not configured
PayPal Gateway not configured