1. Найдите ошибки в записи операторов присваивания:
Var g, h:Byte;
f:Real;
c, q:Char;
b,e:Boolean;
Begin
g:=5.67;
f:=g+3.789;
c:=’t’;
b:=true;
e:=h>10;
q:=c
End.
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.