Computers and Technology
Computers and Technology, 03.12.2021 14:00, apgg303

2) Write a program that generates a username for a student using his initials and age. Below is an example of what the program will output. Store the username in a variable named uname. Full name: Joe Ryan Smith
Age: 24
Your username is JRS24.

Then have the user enter a password and store it in a variable named pword.

Last you will prompt the user to login by entering their username, then password. After they have entered the username and password you will check to see if they have entered it correctly and give the following output:
You are logged in. (if entered correctly)Incorrect username or password (if entered incorrectly)

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 22:30, josephmelichar777
Write a full class definition for a class named player , and containing the following members: a data member name of type string .a data member score of type int .a member function called setname that accepts a parameter and assigns it to name . the function returns no value. a member function called setscore that accepts a parameter and assigns it to score . the function returns no value. a member function called getname that accepts no parameters and returns the value of name .a member function called getscore that accepts no parameters and returns the value of score .this is what i have, aparently this is wrong: class player{private: string name; int score; public: void player: : setname (string n){name =n; }void player: : setscore (int s){score = s; }string player: : getname (){return name; }int player: : getscore (){return score; }};
Answers: 2
image
Computers and Technology, 23.06.2019 01:30, bri2728
Jason works as an accountant in a department store. he needs to keep a daily record of all the invoices issued by the store. which file naming convention would him the most? a)give the file a unique name b)name the file in yymmdd format c)use descriptive name while naming the files d)use capital letters while naming the file
Answers: 3
image
Computers and Technology, 23.06.2019 14:30, HarryPotter10
Open this link after reading about ana's situation. complete each sentence using the drop-downs. ana would need a minimum of ato work as a translator. according to job outlook information, the number of jobs for translators willin the future.
Answers: 3
image
Computers and Technology, 24.06.2019 03:30, live4dramaoy0yf9
Explain the importance of html in web page designing in 20 sentences..
Answers: 1
Do you know the correct answer?
2) Write a program that generates a username for a student using his initials and age. Below is an e...

Questions in other subjects:

Konu
Chemistry, 26.03.2021 21:50
Konu
Mathematics, 26.03.2021 21:50
Konu
History, 26.03.2021 21:50
Konu
Mathematics, 26.03.2021 21:50