Question: Need to modify this Java program i wrote. I need to to seperate this coin flip into 3 classes. Simulate (provides toss count times), coin

Need to modify this Java program i wrote. I need to to seperate this coin flip into 3 classes. Simulate (provides toss count times), coin (coin toss) and driver (main method)

import java.util.Random;

public class Coin { public static int headsCount=0,tailsCount=0,NoofHeads,NoofTails,num=0; //static variable for use in both of the coinToss class and the toss method public static void main(String[] args) { int n=20; //n is number of toss for(int i=0;i

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!