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
~211 People Reached
Favorite Forums
Member Avatar for Prince Adusei-O

I am working on a project display map: This option will provide a graphical interface to the users showing the various cities as dots and the direct paths connecting the cities as lines. The city names will be retrieved from a text file, cities.txt that contains the names of all …

Member Avatar for jingda
-1
76
Member Avatar for cresol

it is code for array it run but didn't print the array element please help me Console.WriteLine("Enter the Number of student :"); int x = int.Parse(Console.ReadLine()); student []array = new student[x]; int count=1; for (int i = 0; i < array.Length; i++) { Console.WriteLine("Enter info of student {0}",count); Console.WriteLine("Name :"); …

Member Avatar for Prince Adusei-O
0
135