var x=12.34;
print(x.floor());
what is the output of this code?
Flutter_Q3 G4
Quiz
•
Computers
•
Professional Development
•
Hard
Mina Romany
Used 2+ times
FREE Resource
29 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var x=12.34;
print(x.floor());
what is the output of this code?
13
12
12.5
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var x=12.34;
print(x.ceil());
what is the output of this code?
13
12
12.5
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var text="TeXt";
print(text.touppercase());
what is the output?
text
TEXT
tExT
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var text="TeXt";
print("text.tolowercase()");
what is the output?
text
TEXT
Error
no output
text.tolowercase()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var text="a-b-c-d";
print(text.split("-"));
abcd
(a,b,c,d)
[a,b,c,d]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var l = [2,4,6,8];
print(l[2]);
what is the output of this code?
0
2
6
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var l = [2,4,6,8];
print(l.index of (2));
what is the output of this code?
6
0
2
29 questions
Flutter_Q3
Quiz
•
Professional Development
27 questions
Python Quiz
Quiz
•
Professional Development
30 questions
Quiz 3.4
Quiz
•
Professional Development
30 questions
Python - Basic Data, Structure, and Concepts
Quiz
•
Professional Development
27 questions
Flapo SRE Quizzzz
Quiz
•
Professional Development
24 questions
Java Chapter 11 Review Questions
Quiz
•
Professional Development
25 questions
PROGRESS AND OPENEDGE QUIZ
Quiz
•
Professional Development
30 questions
Blind Coding Round 1
Quiz
•
Professional Development
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade