Course Solutions Uncategorized (Solved) : Developing Code Java Part Project Student Information System Sis Would Like Include Admin Q34968896 . . . .

(Solved) : Developing Code Java Part Project Student Information System Sis Would Like Include Admin Q34968896 . . . .

 

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

OR

PayPal Gateway not configured

OR

PayPal Gateway not configured

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post