Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~325 People Reached
Favorite Forums
Favorite Tags
java x 2
Member Avatar for mclam

/* For this program you will be working with strings. You are to ask the user to input a string. Then, make (and print out) the "pig latin like" version of this string by using the following rule: 1) words beginning with a vowel (A, E, I, O, U) , …

Member Avatar for JamesCherrill
0
159
Member Avatar for mclam

Determine what kind of hand of poker, the five cards are. For instance, if I have the following: Ace of Hearts Two of Diamonds Two of Clubs 10 of Spades 10 of Diamonds You would print out: Two Pair In general, a poker hand can be the following: 1 Pair …

Member Avatar for oberoc
1
166