11:03 AA smu.brightspace.com ,a220201226 v Assignment 2 (Due Feb 13) CSC 1226 Introduction to computing Science and Programming Description This assignment simulates logging into a bank account. First you must enter your correct PIN. And then you must enter the name of your first school. You get 3 tries for each. Note that the name of your first school will consider blanks, if any are present. For example, "St. Charles" contains one blank, so what you compare it against, must also contain one blank. Use constants whenever possible. Four separate sample runs are presented next 11:03 AA smu.brightspace.com a220201226 Sample Run 1 LOTEREY. accept - ter your fint school . Charles Sample Run 2 11:03 AA smu.brightspace.com a220201226 Sample Run 3 attente Sample Run 4 Grading Submit your file named "Login.java" to the Dropbox in BrightSpace called A2. Out of 20 points: 8 points for documentation (include Javadoc) 8 points for correctly functioning code 4 points for EXACTLY matching output, compared to what's depicted in these slides. 11:03 AA smu.brightspace.com ,a220201226 v Assignment 2 (Due Feb 13) CSC 1226 Introduction to computing Science and Programming Description This assignment simulates logging into a bank account. First you must enter your correct PIN. And then you must enter the name of your first school. You get 3 tries for each. Note that the name of your first school will consider blanks, if any are present. For example, "St. Charles" contains one blank, so what you compare it against, must also contain one blank. Use constants whenever possible. Four separate sample runs are presented next 11:03 AA smu.brightspace.com a220201226 Sample Run 1 LOTEREY. accept - ter your fint school . Charles Sample Run 2 11:03 AA smu.brightspace.com a220201226 Sample Run 3 attente Sample Run 4 Grading Submit your file named "Login.java" to the Dropbox in BrightSpace called A2. Out of 20 points: 8 points for documentation (include Javadoc) 8 points for correctly functioning code 4 points for EXACTLY matching output, compared to what's depicted in these slides