Follow given sample program
. AT&T @ 77% The program dom a nd the rest o These w here went Tatbed . de document and the there Sample shown in the U from my plementation of the Assignment low weer terug Secure network with SASE conut RAMUR-20; The random wale wed The meer dan gerated user 11 See the rationerator and t rade in between 1 and ht place is so that th et t al l the trumber is entered Try w er ": ter : Secure network with SASE Read our e-book to learn about the 10 requirements of an effective SASE offering. Palo Alto Networks ... TT BOO 5 1 include
2 #include 3 #include 4 using namespace std; 7/ Needed to use random numbers 1/ Needed to call the time function 6 int main() - 7.1 const int MAX_NUM = 20; // The maximum random value used int computer Num. // The computer's randomly generated number guess: 1/ user's guess Te // Seed the random generator and get a random integer between 1 and MAX_NUM 16 srand(time()): computer Num = rand() % MAX_NUM + 1; // Explain the game and get the user's first guess cout > guess: cout computer Num) cout > guess: 11 We get here when the loop is exited, which means the user has // guessed correctly. so display a congratulatory message. cout 2 #include 3 #include 4 using namespace std; 7/ Needed to use random numbers 1/ Needed to call the time function 6 int main() - 7.1 const int MAX_NUM = 20; // The maximum random value used int computer Num. // The computer's randomly generated number guess: 1/ user's guess Te // Seed the random generator and get a random integer between 1 and MAX_NUM 16 srand(time()): computer Num = rand() % MAX_NUM + 1; // Explain the game and get the user's first guess cout > guess: cout computer Num) cout > guess: 11 We get here when the loop is exited, which means the user has // guessed correctly. so display a congratulatory message. cout