User profile: strangecanadian
User info |
User name: | strangecanadian |
Name: | Hayden Holligan |
Location: | Canada |
Bio: | Grade 11 Student in Ontario, Canada.
I like basketball, biking and a lot of music genres. I love computers, and my new interest is definitely coding. |
History |
Joined: | |
Number of posts: | 9 |
Latest posts: |
Unincluding 0 in integer set & determining largest/smaller integer in set? I fixed the 0 part, i just made numI=-1, but i'm having troubles with the large/small part.
Unincluding 0 in integer set & determining largest/smaller integer in set? I am working on a small school project, i have to
Write a program that asks the user for a serie...
Creating a Basic Guessing Game Question? [code]int main()
{
int count= 0;
int answer;
int guess;
srand(time(0));
guess = rand() %101[u];[/u]...
Limiting Variables @ k0t4, that only helps the second guess, after that it won't help.
@ vins3xtreme, i tried replacin...
Limiting Variables I am working on a project for my computer science class, and I have to make a guessing game, but the...
|