User: danny14

  • Public profile

User profile: danny14

User info
User name:danny14
History
Joined:
Number of posts:2
Latest posts:

HELP!!!
while (num >= 0) { individual_digits = num % 10; sum = sum + num % 10; num/=10; } you have to add n...

getline(cin,line) cin >> line difference
Write your question here. if i use getline in this code suppose input be 123 12 1 then output w...

This user does not accept Private Messages