Question: In Java Complete the template provided to toss the coin 100 times and count the number of heads and the number of tails public class

In Java Complete the template provided to toss the coin 100 times and count the number of heads and the number of tails

public class Lab3Num1 {

public static void main(String[] args) { Coin c= new Coin(); //complete this program by adding code to flip the coin 100 times //counting the number of heads and the number of tails //SHOW ME your solution. IT WILL NOT be accurate according to zybooks //because of the randomness System.out.println("The number of heads is " + count + " and the number of tails is " + (100-count)); } }

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!