User: Fovv

  • Public profile

User profile: Fovv

User info
User name:Fovv
Name:Tyler Fowler
Location:West Virginia Universirty
Statistical data
Birthdate:Dec 12, 1993
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:47
Latest posts:

factorial (!)
[code] cin>>n answer = 1 do { answer *=n n-=1 }while(n>1)[/code] Something like this maybe??

Question
while(this statement is true) do this should be fairly straight forward as to what you need.

Getting error when compiling code
What is the purpose of this? If you're looking for help state the problem that you're having and er...

Using 2 main @_@
First get rid of [code]system("pause");[/code] One of the major problems i see is that you used [co...

I need help with a simple fix
Basically "or" means "If at least one of these is true, the whole expression is true" "and" means "...

This user does not accept Private Messages