👤

5. Ce va afişa următorul program?
Program T1;
Var x,y: integer;
Begin
x:=6; y:=9;
Writeln (x*y);
Readln;
End.


Răspuns :