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

Hey frenz , I just made a console application in C#.NET as: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication2 { class Program { static void Main(string[] args) { List<int> rand = new List<int>(); rand = abc(); for (int i = 0; i < 10; i++) { Console.WriteLine(rand[i]); …

Member Avatar for RanbirSandhu
0
147