Write a C++ program that determines if a password entered by a user is strong or not. For a password to be strong, it has to meet the following criteria; Must be at least 8 characters long Must contain at least 1 upper case character Must contain at least 1 digit Must not contain any spaces