Write the code to ask a user to enter a word and store it in a string called currentPassword. Also write the code to search the entire array of Passwords from the previous question. Every time it finds currentPassword in the array, it should increment a variable called totalPasswords. When it is finished, it should print this variable. You may assume that the array called Passwords has been declared and initialized. Do
OR
OR