Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~96 People Reached
Favorite Forums
Member Avatar for anthonyjava

[code] public class HeadsAndTails { public static void main(String[] args) { System.out.println("For each coin toss enter either ‘h’ for heads or ‘t’ for tails. "); String toss1, toss2, toss3, toss4, toss5, toss6, toss7, toss8; int heads, tails; double percentHeads, percentTails; System.out.println("First toss:");toss1 = SavitchIn.readLine(); //gets toss letter from user input …

Member Avatar for Momerath
0
96