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
~713 People Reached
Favorite Forums
Favorite Tags
java x 3
Member Avatar for Ater Mawut

I have created a black jack app and have got it show both cards but I only want it to show the second card in the hand and keep the first one hidden until its time to show. Here is the code package blackjack; import java.util.Scanner; /* This program is …

Member Avatar for JamesCherrill
0
217
Member Avatar for Ater Mawut

Need help with an assignment here are the instructions. 1. Your Clock.java must be the class. 2. Your ClockApp.java is the main program. 3. Your clock will be a 24 hour clock 4. You will create the following public member functions for the clock class. a. clock() //Default constructor with …

Member Avatar for Derek_10
0
496