• Users
  • Dammned Programmer

User profile: Dammned Programmer

User info
User name:Dammned Programmer
History
Joined:
Number of posts:32
Latest posts:

Analyzing a text file.
not sure by what you meant so ill just type what i understand: number of lines within the file: ...

C++ Vending Machine Program
not sure if im right about this but I think its because "return 0" exits the program and "break...

uva: 3n + 1 == runtime, runtime....RUNTIME!
i've changed the "while(i != j)" part to "while(i != j + 1)". does that help? [code]#include <iostr...

uva: 3n + 1 == runtime, runtime....RUNTIME!
o.k i've changed the code into a simpler form and now it's a "wrong answer". I don't think there's a...

Help me...!!
question. does the modulu (%) work too?