Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please do all the 8 questions. I appreciate it 3.14 (Game: heads or tails) Write a program that lets the user guess whether the flip

Please do all the 8 questions. I appreciate it

image text in transcribedimage text in transcribed

3.14 (Game: heads or tails) Write a program that lets the user guess whether the flip of a coin results in heads or tails. The program randomly generates an integer 0 or 1, which represents head or tail. The program prompts the user to enter a guess and reports whether the guess is correct or incorrect 3.15 (Game: lottery) Revise Listing 3.8 D Lottery.java to generate a lottery of a three-digit number. The program prompts the user to enter a three-digit number and determines whether the user wins according to the following rules If the user input matches the lottery number in the exact order, the award is $10,000 If all digits in the user input match all digits in the lottery number, the award is $3,000 If one digit in the user input matches a digit in the lottery number, the award is $1,000 3.16 (Random point) write a program that displays a random coordinate in a rectangle. The rectangle is centered at (0, 0) with width 100 and height 200. *3.17 (Game: scissor, rock, paper) Write a program that plays the popular scissor-rock paper game. (A scissor can cut a paper, a rock can knock a scissor, and a paper can wrap a rock.) The program randomly generates a number 0, 1, or 2 representing scissor, rock, and paper. The program prompts the user to enter a number 0, 1, or 2 and displays a message indicating whether the user or the computer wins loses, or draws. Here is a sample run

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Machine Performance Modeling Methodologies And Evaluation Strategies Lncs 257

Authors: Francesca Cesarini ,Silvio Salza

1st Edition

3540179429, 978-3540179429

More Books

Students also viewed these Databases questions