Assignment No.
1
Deadline: 10-04-2020
Q 1) Output screen should have Options
o Login
o Register
If a user goes for “Login” ask him user name & Password.
Password should be in digits (10000-65000)
On successful login user will be given two options
o Read Your Profile
o Overwrite your profile.
If user asks for “Register” ask user
User name
Password
On successful registration ask user
o Create your profile.
Code Implementation
Only single file for saving user names & password.
Separate single file for each user with the name same as username.
Implement user data in class.
Data should be
Name, Father Name, age, Date of Birth, Class Name , Registration No etc.
****************************GOOD LUCK********************************