Problem Description

Quit when the user enters the empty string. Write a function (you must write a function or you will not receive credit) called . validatePassword. that will validate the password. The function should accept the suggested password (a string) and return a validation message (also a string). ... check to see that it has at least 1 uppercase letter ... ................
................