Yangi formatda davom etish uchun: https://uzfor.net/view.php?act=post&id=49874
Postga havola
#khalid [374] [off]
Var a,b: integer;
c: byte;
begin
write('a=');
read(a);
write('b=');
read(b);
writeln('c=' , a*b);
end.
a=5
b=-3
Savol: c-?
c: byte;
begin
write('a=');
read(a);
write('b=');
read(b);
writeln('c=' , a*b);
end.
a=5
b=-3
Savol: c-?