Data update
This commit is contained in:
parent
72eb4943cb
commit
4d5544505c
2347 changed files with 62432 additions and 16731 deletions
|
|
@ -21,16 +21,16 @@ public program()
|
|||
{
|
||||
for (int i := -1; i <= 10; i += 1)
|
||||
{
|
||||
console.print("fib(",i,")=");
|
||||
Console.print("fib(",i,")=");
|
||||
try
|
||||
{
|
||||
console.printLine(fib(i))
|
||||
Console.printLine(fib(i))
|
||||
}
|
||||
catch(Exception e)
|
||||
{
|
||||
console.printLine("invalid")
|
||||
Console.printLine("invalid")
|
||||
}
|
||||
};
|
||||
|
||||
console.readChar()
|
||||
Console.readChar()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue