Developing a program for an authentication system i have


Developing a program for an authentication system. I have developed the pseducode, however I am having trouble creating the program itself. I have pasted my code below and if I could just have some help putting the program together, that'd be appreciated! I do use NetBeans to develop the program, so if the code could just be something I can copy and paste, that'd also be great!

OBTAIN user login name
OBTAIN user password
ELSE If the user login is equal and the password is not equal to credentials in system
Ask user to try again
PRINT âPassword is incorrectâ
Ask user to try again
ELSE IF user login is not equal to and password is equal to credential in database
PRINT âPassword is incorrectâ
Ask user to try again
ELSE
IF user has administrator access give permission to allow access
ELSE IF user has all department level access give user department access
ELSE IF user needs access to private files allow user access to the files
ELSE
allow access
allow user basic level access

Solution Preview :

Prepared by a verified Expert
JAVA Programming: Developing a program for an authentication system i have
Reference No:- TGS02381603

Now Priced at $10 (50% Discount)

Recommended (91%)

Rated (4.3/5)