Anonymous Quiz
20%
condition
37%
increment
10%
initialization
32%
body
🤔9💊2❤1
Anonymous Quiz
81%
new
2%
create
16%
array
1%
make
🤔5💊2👍1
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍5🔥1
Anonymous Quiz
13%
GetLength()
3%
Size()
69%
Length
15%
Count()
💊11🤔1
Anonymous Quiz
85%
numbers[2]
9%
numbers[3]
3%
numbers.get(3)
2%
numbers.get(2)
👍6🤯2
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍11🔥5❤2
Anonymous Quiz
58%
Array.Copy()
35%
Array.Clone()
7%
Array.Duplicate()
0%
Array.Replicate()
👍3
Anonymous Quiz
47%
int[] numbers = new int[5]{1, 2, 3, 4, 5};
27%
int[] numbers = {1, 2, 3, 4, 5};
22%
int numbers = new int[]{1, 2, 3, 4, 5};
4%
int numbers = {1, 2, 3, 4, 5};
💊4👍3
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍4🤔2💊2
Anonymous Quiz
86%
numbers[1] = 10;
7%
numbers[2] = 10;
6%
numbers.set(1, 10);
1%
numbers.set(2, 10);
👍4
Anonymous Quiz
87%
Reverse()
9%
Invert()
3%
Flip()
1%
Turn()
👍3
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
💊9👍4🔥3
Anonymous Quiz
81%
IndexOf()
7%
FindIndex()
11%
GetIndex()
1%
SearchIndex()
👍4
Anonymous Quiz
81%
Find()
11%
Search()
2%
Locate()
6%
Match()
👍2
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍6
Anonymous Quiz
27%
int[] clone = (int[])numbers.Clone();
56%
int[] clone = numbers.Copy();
8%
int[] clone = numbers.Duplicate();
8%
int[] clone = Array.Replicate(numbers);
👍5🔥2
Anonymous Quiz
83%
Contains()
8%
Exists()
5%
Includes()
4%
Has()
🤯17🤔2
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍5🔥1
Anonymous Quiz
7%
string
11%
object
77%
int
5%
dynamic
👍6
Anonymous Quiz
10%
class
80%
struct
4%
interface
6%
delegate
👍3