User profile: iyak218

User info
User name:iyak218
Old user name:iyak217
History
Joined:
Number of posts:4
Latest posts:

Using selection sort for C
Thanks. Just one more thing. How would I incorporate my above array so that it prints out in descen...

Using selection sort for C
How can I use selection sort for my array, sorting it and then printing it out from highest to lowes...

Simplified Mastermind Game
Thank you, works perfectly. I had a few more questions. 1) In step 2. how can I repeat the block o...

Simplified Mastermind Game
I'm trying to mimic the Mastermind Game. This code generates 3 letters A-G and the objective is for ...