User profile: Odahk

User info
User name:Odahk
Name:Matt Bell
Location:Montreal
Statistical data
Skills:C++
Python
History
Joined:
Number of posts:9
Latest posts:

Global scope
single quotations are for single characters 'a' 'b' 'c', double quotations are for strings and have ...

using the do-while statement
the "while (n<=10)" should have a semi colon at the end. And there is no need to use getch(); If...

Stuck with my Project!
It's virtually impossible to generate completely random numbers, rand() does it by taking a seed num...

what is the difference
Big numbers. Are you initializing sum to 0 before attempting the second method? And yeah, it's n...

Looping issue with BankAccount code
while(true) { cout << "Enter the account number of which you wish to see information ( -1 to quit)...