User: mirceam91

  • Public profile

User profile: mirceam91

User info
User name:mirceam91
History
Joined:
Number of posts:5
Latest posts:

Need help with a program
I tried running it step by step. it does everything right. it reads where it is supposed to, but it ...

How to keep leading zeros?
Well you could also store your number in a string. that way, you won't lose any zeros.

Need help with a program
I've tried your way...same result... my input file looks like: petrer james 101 adam chad 100 ...

How to keep leading zeros?
Count the number of zeros you come across: number_of_zeros=0; if(num%10==0) number_of_zeros++...

Need help with a program
So, i have an assignment i've just started working on but something doest work. I have a class Memb...

This user does not accept Private Messages