代码拉取完成,页面将自动刷新
package begin
object arr1 {;import org.scalaide.worksheet.runtime.library.WorksheetSupport._; def main(args: Array[String])=$execute{;$skip(72);
println("Welcome to the Scala worksheet");$skip(28);
val answer = 8 * 5 + 2;System.out.println("""answer : Int = """ + $show(answer ));$skip(21); val res$0 =
("hello" + answer);System.out.println("""res0: String = """ + $show(res$0));$skip(37);
var hello = "hello".toUpperCase;System.out.println("""hello : String = """ + $show(hello ));$skip(25); val res$1 =
scala.math.sqrt(2);System.out.println("""res1: Double = """ + $show(res$1));$skip(40);
def count(p: (Char) => Boolean) : Int;System.out.println("""count: (p: Char => Boolean)Int""");$skip(28); val res$2 =
"hXdsdWe".count(_.isUpper);System.out.println("""res2: Int = """ + $show(res$2))}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。