Есть целая переменная n и вещественная переменная y. Какие из следующих операторов присваивания верные, а какие нет и почему?
var n:integer; y:real;
a)y:=y+2 b) n:=n/2 c)n:=y*10 d)n:=n-3
e)y:=1 f)y:=sqr(n)
g)n:=sqrt(9)
h)y:=y mod 2
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.