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.

~269 People Reached
Favorite Forums
Member Avatar for GoogleEyedBass

Program runs fine but i want it to be able to read an array and store the first 100 prime numbers. Anyone have any idea how? [CODE] /* * Name: Sean */ using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { //Variables …

Member Avatar for croker10
0
148
Member Avatar for GoogleEyedBass

I am tring to improve on my bubble sort to make it more effiectiant. Anyone have any idea on how I could go upon doing this? [CODE]using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { //Variables const int MAX = 20; int[] …

Member Avatar for ddanbe
0
121