kotlin Quiz 2

kotlin Quiz 2

University

12 Qs

quiz-placeholder

Similar activities

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

IEEE Coding Competition

IEEE Coding Competition

University

13 Qs

Java

Java

University

15 Qs

Round 4 - Harvest

Round 4 - Harvest

University

15 Qs

Basic Java Quiz

Basic Java Quiz

University

15 Qs

OOP - Quiz

OOP - Quiz

University

15 Qs

Basic Java

Basic Java

University

15 Qs

C++ 1st ONLINE QUIZ

C++ 1st ONLINE QUIZ

University

13 Qs

kotlin Quiz 2

kotlin Quiz 2

Assessment

Quiz

Computers

University

Hard

Created by

Mohamed Gamal

Used 2+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

val x = 10

x.inc()

println(x)

11

9

10

15

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

val num = 5

num.pow(2)

10

25

Error

55

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

from what we can read input from user?

cin>>

stdin.readlinesync()

Scanner(System.in).next()

Scanner(System.`in`).next()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

val text="TeXt";

println(text.uppercase());

what is the output?

text

tExT

TEXT

TeXt

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

var text="TeXt";

print("text.tolowercase()");

what is the output?

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

val text="a-b-c-d";

print(text.split("-"));

abcd

a b c d

[a, b, c, d]

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

var text=" a b c d ";

print("text.trim()");

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?