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
~205 People Reached
Favorite Forums
Favorite Tags
java x 2
Member Avatar for x2k3wl

how would i write the code to get this output? Play a pick four game? (enter Y to play pick four, anything else for pick 3) y How many chances do you want to buy? 5 Your bets: [[10, 6, 16, 9], [14, 4, 2, 12], [3, 16, 16, 16], …

Member Avatar for ROGENATOR
0
115
Member Avatar for x2k3wl

Hi i am supposed to make a program to generate 3 or 4 random numbers and tell if the user has won this is what i have, i think i am going to try and use arrays instead. import java.util.Random; public class pick{ public void reader( String s, BufferedReader r){ …

Member Avatar for server_crash
0
90