User profile: BridgesBenghazi

User info
User name:BridgesBenghazi
Statistical data
Birthdate:Feb 26, 1992
Gender:Male
Occupation:Programmer
Skills:PHP
C++
History
Joined:
Number of posts:12
Latest posts:

For loop with multiplication table. not iterating properly
thanks very much Peter87 .& TheIdeasMan. that was so stupid of me not to realise :-)

For loop with multiplication table. not iterating properly
i want to write a multiplication table that out put in the following format [code] 1 x 1 = 1 1 x 2 =...

Probabilistic Algorithm
Google for ebooks on algorithm there should be many out there

Can not input values into variables.
make sure u convert the input string using the [code]tolower()[/code] function such that even if the...

pointers
You didn't say exactly what the program is expected to do (explain the algorithm), so how do u expec...