Thread: c++ question
View Single Post
  #1 (permalink)  
Old February 21st, 2004, 09:11 AM
amahja56 amahja56 is offline
Authorized User
 
Join Date: Jan 2004
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default c++ question

hello....i want to know the logic of the following question..
ok....i would like to write a program..that asks the user to enter his email address.....and enter his password...." when the user enters the password" it should be in the form of *******...then i would like to make the program shows the ****** in letters..

example: sample output

Enter your email.
[email protected]
Enter your password.
********

thanks
Your password is : name123

Reply With Quote