mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-29 12:38:24 +00:00
6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
avg.length = 2
|
|
function (x,y) {
|
|
return x + y/ 2
|
|
}
|
|
avg(34, 44) = 56
|