Question: Password Generator: I have a simple C++ program I need to write,- the instructions and what I have are attached.. what I have is defintiely

Password Generator: I have a simple C++ program I need to write,- the instructions and what I have are attached.. what I have is defintiely wrong, pretty lost and need help ASAP. Thanks!

Password Generator: I have a simple C++ program I need to write,-the instructions and what I have are attached.. what I have is

#include #include comanip> using namespace std; int main() unsigned seed; II random generator seed seed = tine(0); // uses the time function to get a seed value for s.cand srand (seed); int a -65; / upper case int b 97; // lower case intc-66; // upper case int d 98; // lower case int 1; // 4 numbers randomly generated int f 2; int g = 3; int h=4; char R = rand() a + b; char S-rand() % c + d; char T-rand() % a + b; char U-rand() % c + d; char = rand() % a + b; char W-rand() % c + d; char X = rand() % a + b; char Y = rand() % c + d; char Z = rand() % a + b; int passNumbers; passNumbers-rand() % 6 + 1; cout

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!