Search:

Type: Posts; User: lpaolini436

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,232

    thank you. i apperciate your help **and i...

    thank you. i apperciate your help


    **and i know ive posted on another site. i am desperate here and need help. the school computer science deparment is not very helpful and im completely lost. i...
  2. Replies
    3
    Views
    1,232

    Don't even know where to start...

    Im on my last program (thank god!!) and I am stumped as to where to even begin. This program is basically a scrabble game. My professor has given us a skeleton code, which i think makes this harder...
  3. Replies
    8
    Views
    1,482

    i can not figure out how to print the maze. can...

    i can not figure out how to print the maze. can someone please help?? i know that this is the easiest part of the program, but i for some reason am stuck. any suggestions??? thanks
  4. Replies
    8
    Views
    1,482

    well...it doesnt do anything other than print out...

    well...it doesnt do anything other than print out the "what value of n" and if it is a valid number or not. i need to to print out the maze, i know that i need to use a loop to print the mazes...
  5. Replies
    8
    Views
    1,482

    thanks! any ideas on the loop?

    thanks! any ideas on the loop?
  6. Replies
    8
    Views
    1,482

    help with loops

    hey, im trying to write a code that generates a maze....i have everything right so far, but now need to get the maze to print out. i know i need to use a loop but im having trouble figuring out what...
  7. Replies
    1
    Views
    849

    need help with functions

    hey, i am writing a program that is supposed to be a simple educational game. the second part of the game is supposed to deal with guessing a number. ie: say the user inputs 50 as the max. number for...
  8. Replies
    23
    Views
    2,306

    when i run the program, if i chose option 1, then...

    when i run the program, if i chose option 1, then option 1 runs perfectly until it asks to pick another option, then i get the error. thats what i mean by running them seperatly. i dont know if im...
  9. Replies
    23
    Views
    2,306

    ok, so i fixed the math part and have written two...

    ok, so i fixed the math part and have written two of the options so far. i added a while loop to the program. when i run each option seperatly, it works fine, but when i try to run them together i...
  10. Replies
    23
    Views
    2,306

    thanks kennedy!! now i cannot get the final...

    thanks kennedy!! now i cannot get the final balance. did i do something wrong again? heres the code:
    #include <stdio.h>

    #define BALANCE 2000

    int main(void)

    {
    ...
  11. Replies
    23
    Views
    2,306

    ok, so here is what i have so far and of course...

    ok, so here is what i have so far and of course there is an error....not really sure why though.



    #include <stdio.h>

    #define BALANCE 2000

    int main(void)
  12. Replies
    23
    Views
    2,306

    hey, i have started to write the program. the...

    hey, i have started to write the program. the program is supposed to be a version of banking software...it will track all the deposits and withdraws, give a print out of the statement, etc. there are...
  13. Replies
    23
    Views
    2,306

    Please help! I am new to this!

    Hey!! I am taking my first programming class and I am completely lost! I have my second program due in about week and I am having the hardest time trying to start it. I guess my biggest problem is...
Results 1 to 13 of 13