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

Using C#, create a program called CoinFlip which will contain the following methods 1)FlipCoin() – which will return either “heads” or “tails” randomly as a coin flip result 2)ComputePercentRight() – which will take in a number of flips guessed right and the total number of flips and return the percentage …

Member Avatar for tinstaafl
-2
103
Member Avatar for AstralPlain

Hello. I'm attempting to create a program in C# that reads lines of text from a text file and stores them in a list. Then I have to compare each line to another equally large (50 lines) text file, and display the differences to the screen? Could anyone help? It …

Member Avatar for tinstaafl
0
208