answersLogoWhite

0

I'm not touching this with a ten-feet pole...

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How to write a program to accept the user name and password and then shop this is your Password?

you cant


Example of Password program code in assembly language?

How to write the program un Assembly language to set a password for personal computers?


Could you Write a program for 8086 microprocessor that displays on the monitor the average of 2 numbers from an array?

How to write a program for mouse in microprocessor?


When you want to write a program in your Casio fx 880 it only gives PR error how can you fix it?

PR error means it has been protected by password. if you forgot your password then type POKE 1867,0 and press EXE....you are done your password is gone.......


How do you write a correct password?

There really isn't a such thing as a 'correct' password. A good password contains at least 7 characters, with at least one number. The password could be a jumbled mess, or an actual word. It is all up to you.


How do you make a password program in visual basic 6.0?

This a facility to create a password program easly provided by visual basic. This is done by different ways. one of them I illustrate it.First of all we take a label, textbox, commandbutton and set its property as follow-ovject property discriptionLabel caption Password :Textbox textPassword char *command button caption OKCode for creating a simple password program-Private Sub command1_click()If Text1.Text=12345 Thenmsgbox "Intelligent You locked the password"Elsemsgbox "You are so a idiot"End IfEnd subWhen this program execute then when we enter a password into textbox then if the password is 12345 then message appear in message box is " Intelligen You Breacked the password" otherwise message appear in message box " You are so idiot".


What does password confirmation mean?

It means: ''Re-write password''


Is your Poptropica username password the same as your email password?

No, although you could make it the same. You can make your Poptropica Username anything that isn't already taken, and your password can be almost anything you want. Just be sure to write it down somewhere in case you forget what it is. There is no password recovery on Poptropica!


Is there a program to write protect a harddrive so that the disk may remain untouched maybe one that is portable and can be started after boot up?

im not sure of a program you can encrypt your data by compressing all of your data and adding a password


Why should you not give out your password?

If you give out your password, a hacker or the person you gave your password to could find out really personal information about you and change your name and email your friends saying mean things and could steal your identity, or mess up a lot of stuff that could be harmful to you. For example, if you have a cyber best friend or something and things were going good, then this person who had your password can write a mean email or something like that and then your best mate will think that it is you. Some things you should just keep safe, like your password. The might write on your status ''Im stupid and gay'' and people will think YOU wrote it and hate you.


What is the code you have to write in the computer in poptropica?

password 1- laser password 2-hair password 3-removal


Write a javascript program to input user name and password?

Just use the <input type="text"> and <input type="password">. You can also use the prompt() function, but... I'd recommend against it, since it doesn't get censored and is also just plain annoying.