var a = 9;
var b = 5;
print(a>b);
what is the output of this code?
flutter g28
Quiz
•
Professional Development
•
Professional Development
•
Easy
Mina Romany
Used 1+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var a = 9;
var b = 5;
print(a>b);
what is the output of this code?
true
false
a>b
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
print('6>7');
what is the output?
true
false
null
none of these
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
which one print 10?
int num =9;
print ("the number is $num + 1");
int num =9;
print ("the number is ${num + 1}");
int num =9;
print ("the number is num +1");
int num =9;
print ("the number is " + (num +1));
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var a ="4";
var b ="2";
print(a+b);
what is the output of this code?
error
null
42
6
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Dart is an open source programming language developed by ......?
Microsoft
Oracle
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Semicolons are .....?
Required
Optional
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
if you initialize a variable as var,once assigned type cannot change?
true
false
20 questions
Simulasi Level 1 - Literasi
Quiz
•
Professional Development
15 questions
Quiz 2 Internship on Fundamentals of Python
Quiz
•
Professional Development
18 questions
DIJ Training
Quiz
•
Professional Development
15 questions
SAIL JS- Quiz
Quiz
•
Professional Development
15 questions
Quiz #2: Computer Abbreviations
Quiz
•
Professional Development
20 questions
Basics of Python Programming Unit-1
Quiz
•
University - Professi...
20 questions
CPR_Quiz_Arrays and strings
Quiz
•
Professional Development
20 questions
Dart Q_5
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