Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
?. in Kotlin
//Kotlin 1.1 import java.math.BigInteger fun main(args: Array<String>) { var a = BigInteger.valueOf(5); test(null) } fun test(a: BigInteger?) { var b = a?.add(BigInteger.valueOf(10)) println(b) }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Fibonacci in Kotlin
KotlinCopy
Haha
dfg
test.java
Arun1
Result finder
D
GenerateFibonacci47
validation testing
Please log in to post a comment.