Укажи хімічний елемент, нестача якого призводить до захворювання щитоподібної залози, лущення й сухості шкіри, може бути причиною порушення інтелекту
Укажи джерела надходження Нітрогену в організм людини
What is the final value of the variable counter at the end of the following loops?
int counter = 0;
for (int i=0, i<4, i++){
for (int j=0, j<=5, j++){
counter++ ;
}
}
1.Qual o output do seguinte troço de programa?X=2Y=X+4X=X-YY=2*Y+Xcall msgbox(Y)
5.Qual o valor da seguinte expressão?LEN("CARA" & "MELO") \ -5
4.Qual o valor da seguinte expressão?12.5E-2*INT(1000.3)
3. Qual o valor da seguinte expressão?(43 MOD 7) \ 2
2.Qual o valor da seguinte expressão?LEN(MID("LISBOA",INSTR("LISBOA","IS")))