1- Do a complete UI wireframe for the User Authentication manager for all three phases showing how one screen flows to the next.
2- You are a school teacher and you have n students. Write a program that reads n student first names from a file; and x and y from the console then
creates x groups out of the n students y times, where each time(yk) x groups has n/x randomised students.
Sample Solution