Forum: Java and JSP
12-09-2004, 11:21 PM
|
|
Replies: 3
Views: 2,814
|
Forum: Java and JSP
12-09-2004, 10:35 PM
|
|
Replies: 3
Views: 2,814
cnt prefix in java?
Im just wondering what cnt means? A java trainer I am working on put it in the answer to a puzzle that I was working on, and i dont know what it means..
static int factorial(int n)
{
...
|