Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

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 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. Revise Listing 3.8 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. (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. (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 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 Internals A Deep Dive Into How Distributed Data Systems Work

Authors: Alex Petrov

1st Edition

1492040347, 978-1492040347

More Books

Students also viewed these Databases questions