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.

EBK JAVA PROGRAMMING
8th Edition
ISBN:9781305480537
Author:FARRELL
Publisher:FARRELL
Chapter16: Graphics
Section: Chapter Questions
Problem 14RQ
icon
Related questions
Question

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 with 1 images

Blurred answer
Knowledge Booster
Study of Characters
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:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT