Using C++ programming language. You need to create a game using strings. First generate a random letter from A to Z, this is your key and is hidden from the players.   Ask player1 and player 2 to enter two strings of length 10.   The player whose strings contains the key alphabet will win.   If both the players have key alphabets, then the player for which it occurs earlier in the string will win.   Example Run:   Key: S (Not visible to user)   Player1: ABDXSCJMNK; Player2: CSTUZWKMIJ   Player 2 wins.   HINT:   string s = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";   Generate a random number ‘k’ in range 0 to 25 inclusive. use   Use s[k] as your random let

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 4GZ
icon
Related questions
Question

Using C++ programming language.

You need to create a game using strings. First generate a random letter from A to Z, this is your key and is hidden from the players.

 

Ask player1 and player 2 to enter two strings of length 10.

 

The player whose strings contains the key alphabet will win.

 

If both the players have key alphabets, then the player for which it occurs earlier in the string will win.

 

Example Run:

 

Key: S (Not visible to user)

 

Player1: ABDXSCJMNK; Player2: CSTUZWKMIJ

 

Player 2 wins.

 

HINT:

 

string s = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";

 

Generate a random number ‘k’ in range 0 to 25 inclusive. use

 

Use s[k] as your random letter.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Header Files
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT