Y
Yvonne
Gast
ich habe folgendes programm habe hier @param @author und @return eingefügt:
Ist das so richtig ?
Ist das so richtig ?
Code:
/**
* Ein _ Programm in Java.
* Dies ist ein Javadoc-Kommentar.
* @author Ulli
*/
class _
/**
* @param __ und ___
*/
{
static long _(long __,long ___)
{
return __==0 ?___+ 1:___==0?_(__-1,1):_(__-1, _(__, ___-1)) ;
}
static {int _=2, ___= 2;
System.out.println("a("+_+','+___+ ")="+ _ (_, ___) ) ;
/**
* @return 0
*/
System.exit(0);
}
}