Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~530 People Reached
Favorite Forums
Favorite Tags
Member Avatar for silverpanda

[CODE]/* functions: main >> output instructions input P1 name, p2 name loop{-clearscreen- output board, compute scores P1 or P2 turn, output scores input placement of next piece check coordinates and flip away} loop ends when a)P1_score+P2_score=100 b)checker declares there are no moves left c)Q is entered instead of proper coordinates …

Member Avatar for pseudorandom21
-1
143
Member Avatar for silverpanda

I need to input 3 full names separated by commas Full Name 1: John, Smith, Flynn Full Name 2: Walter, Kennedy, Roberts Full Name 3: Sam, Bass, Clinton Then output it like this First Name 1: John First Name 2: Walter First Name 3: Sam Middle Name 1: Smith Middle …

Member Avatar for jonsca
0
385