Question: Write the following function in Haskell : We assume that a good password has the following characteristics: a. Should be at least 8 characters long.
Write the following function in Haskell:
We assume that a good password has the following characteristics:
a. Should be at least 8 characters long.
b. Should contain letters and numbers.
c. Should have both upper and lower case letters.
Write a function isGoodPassword that returns true if the password is good, false otherwise.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
