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.

~350 People Reached
Favorite Forums
Favorite Tags
Member Avatar for qadsia

Hey I am a beginner to c#. I was wondering what you do when you have an array of objects such as: [code] //assume dog is a class that does something private Dog[] dogs; int numberOfDogs = 2; for (int i = 0; i < numberOfDogs; i++) { Console.WriteLine("Please enter …

Member Avatar for christos312
0
90
Member Avatar for qadsia

Hi, I have a problem. I basically have this python code, that generates a file. I'm trying to get it to output a html file with a chosen name (chosencategory) but the problem is the chosencategory variables are already defined so it attempts to name the html file the contents …

Member Avatar for qadsia
0
260