View Single Post
Old 12-09-2004, 10:49 PM   PM User | #2
anarchy3200
Regular Coder

 
anarchy3200's Avatar
 
Join Date: Mar 2003
Location: England
Posts: 261
Thanks: 0
Thanked 1 Time in 1 Post
anarchy3200 is an unknown quantity at this point
it looks like it is just the name of the integer

the 'int' specifies the data type of the variable - integer
the 'cnt' is the name of it
then you set the value to the variable

its the same with int fact - its just the variable name

Hope this helps
__________________
Mike
anarchy3200 is offline   Reply With Quote