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
~210 People Reached
Favorite Forums
Member Avatar for paul9998

I try to make a program that read the content from a .txt file and then print the content using Console.WriteLine() .I add the file that I want to read to my project . This is the content of my file: Hello.txt: [CODE]Hello World!!!!!!!!!!!!![/CODE] And this is my code: [CODE]using …

Member Avatar for paul9998
0
128
Member Avatar for paul9998

Hello , i am making an interchange program that switch the values of two variables . For example : Input: Output: nr1 = 2 nr1 = 3 nr2 = 3 nr2 = 2 This is my code: [CODE]using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Programc …

Member Avatar for paul9998
0
82