5. Strings and Runes
* Required
se a:=9 e b:= a>>1, quanto è b?
*
1 point
4
4.5
5
18
20
altro
Data la stringa s = "pippo", come faccio a modificarla per sostituire il carattere 'i' con il carattere 'a'?
*
1 point
s[1] = string('a')
s[0:1] = 'a'
s[2] = 'a'
non è possibile, una stringa non può essere modificata
Required
quanto vale len("gopher")
*
1 point
altro
7
8
16
6
10
5
quanto vale len("motörhead")
*
1 point
altro
8
32
11
10
16
9
Cos'è una runa
*
1 point
è un code point unicode
è un sinonimo (alias) per int32
è un sinonimo per ASCII
è un carattere
Required
Argomento o esercizio da vedere?
Your answer
Submit
Never submit passwords through Google Forms.
This content is neither created nor endorsed by Google. -
Terms of Service
-
Privacy Policy
Forms