Var x = 9 as double; print (x);
What is the output of this code?
Flutter_Q1 G4
Quiz
•
Instructional Technology, Computers
•
Professional Development
•
Medium
Mina Romany
Used 1+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Var x = 9 as double; print (x);
What is the output of this code?
9
Error
x
9.0
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Var x = 9.0 as double; print (x);
What is the output of this code?
9
9.0
Error
x
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var a = 9;
a++;
++a;
print(a--);
what is the output?
9
10
11
8
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
what is the output of this code?
var name="ali";
var out = name??"ahmed";
print(out);
ali
ahmed
name
No Output
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
what is the output of this code?
var a =15;
var b = 12;
a>b ? print(b):print(a);
a
b
12
15
Error
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you start writing an if statement ?
if x>y {
if x > y then:
if x > y:
if (x > y)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
what is the alternative of x=x+5?
x=+5;
x=y+5;
5=+x;
x+=5;
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var i=9;
print(i.toDouble);
print(i);
what is the output of this code?
9
9.0
9.0
9.0
9.0
9
No Output
10 questions
Python Basics
Quiz
•
Professional Development
12 questions
Kotlin Quiz 4
Quiz
•
Professional Development
10 questions
Avaliação Pensamento Computacional - Prático
Quiz
•
1st Grade - Professio...
7 questions
Flutter_Q2 G4
Quiz
•
Professional Development
10 questions
Day 2 C Programming quiz
Quiz
•
Professional Development
6 questions
Flutter_Q4
Quiz
•
Professional Development
10 questions
Python Basics
Quiz
•
Professional Development
10 questions
Python Quiz
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