Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Project name A345 Package name a5 Coin Toss Simulator Write a class named Coin. The Coin class should have the following: A String named sideUp.

Project name A345 Package name a5 Coin Toss Simulator Write a class named Coin. The Coin class should have the following: A String named sideUp. The sideUp field will hold either heads or tails indicating the side of the coin that is facing up. The Coin class should have the following methods: A no-arg constructor that randomly determines the side of the coin that is facing up (heads or tails) and initializes the sideUp field accordingly. A void method named toss that simulates the tossing of the coin. When the toss method is called, it randomly determines the side of the coin that is facing up (heads or tails) and sets the sideUp field accordingly. A method named getSideUp that returns the value of the sideUp field. Write a program that demonstrates the Coin class. The program should create an instance of the class and display the side that is initially facing up. Then, use a loop to toss the coin 20 times. Each time the coin is tossed, display the side that is facing up. The program should keep count of the number of times heads is facing up and the number of times tails is facing up, and display those values after the loop finishes. please write in java and

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

The Database Factory Active Database For Enterprise Computing

Authors: Schur, Stephen

1st Edition

0471558443, 9780471558446

More Books

Students also viewed these Databases questions

Question

What are the various steps in the ter1nination interview?

Answered: 1 week ago