0% found this document useful (0 votes)
39 views

Ds Assignment Part 1

The document outlines an assignment to create a login/registration screen with options to login with a username and 6-digit password, register with a username and password, and view or update a user profile. It specifies that login credentials and user profiles should each be saved to separate files, with profiles saved using the username as the file name. User data like name, father's name, age, and other details should be implemented as a class.

Uploaded by

Hazrat Ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views

Ds Assignment Part 1

The document outlines an assignment to create a login/registration screen with options to login with a username and 6-digit password, register with a username and password, and view or update a user profile. It specifies that login credentials and user profiles should each be saved to separate files, with profiles saved using the username as the file name. User data like name, father's name, age, and other details should be implemented as a class.

Uploaded by

Hazrat Ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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********************************

You might also like