Что будет выведено на консоли ?
string str = "zqwyrqwou";
char ch = str[4];
Console.WriteLine(ch);
Программирование C#
Quiz
•
Computers
•
1st - 10th Grade
•
Hard
Used 285+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Что будет выведено на консоли ?
string str = "zqwyrqwou";
char ch = str[4];
Console.WriteLine(ch);
z
q
w
r
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Что будет выведено на консоли после выполнения данной программы?
char ch = (char)125;
Console.WriteLine(ch);
125
15
char
}
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Какой из типов данных хранит 1 символ?
char
int
float
class
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Выберите строчку с ошибкой.
while(true){}
while(1 == 1){}
while(int 1){}
while(false){}
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Какое значение может хранить тип данных float?
12.5
string
=
void
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Как правильно создать массива float?
float[] array =new string[10];
float[] array =new float[10];
float[] array = 1;
float[] =new float[10] array;
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Какое значение может хранить тип данных int?
1.5
0.5 * 3
2
string
15 questions
ask tingkatan 2
Quiz
•
2nd Grade
10 questions
Compro Q2 Operand
Quiz
•
1st Grade
10 questions
LATIHAN 4
Quiz
•
10th Grade
10 questions
Типы данных
Quiz
•
7th Grade
14 questions
Python-basics
Quiz
•
1st - 4th Grade
12 questions
Java - arrays and String methods
Quiz
•
9th - 12th Grade
10 questions
C# Data Types
Quiz
•
10th Grade
10 questions
Delphi Arguments/Returns
Quiz
•
8th - 10th Grade
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
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
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities
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