Question: (Java Programming)- I'm getting some errors with my code (which will be posted below along with the error message) within the NetBeans application. Could anyone
(Java Programming)- I'm getting some errors with my code (which will be posted below along with the error message) within the NetBeans application. Could anyone help me figure out the program. I have no errors in NetBeans that I can easily see.
authenticationsystem.java(main program):


userInfo.java:



.txt files:




Error message when running program:

Thanks for any advice you can give!
File Edit Search View Encoding Language Settings Tools Macro Run Plugins Window? userinfo javaauthenticationsystem.java X ackage authenticationsyste; import java.util.Scanner import java.iO.IOException: import Java.security. NoSuchAlgorithmException: 7 public class AuthenticationSystem { public static void main (String[ args) throws NoSuchAlgorithmException, Exception i 10 Scanner scnr-new Scanner (System.in) int failedAttempts = 0; int maxAttempts3 boolean logOut; String userName String userPass; UserInfo newUser- new UserInfo ) 12 14 16 17 18 while (failedAt tempts System.out.printin ("Please enter your USERNAME:" userNamscnr.nextLine System.out.println("Please enter your PASSWORD:") userPasScnr.nextLine
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
