Что будет выведено после выполнения программы program n_3; var a, b, c: real; begin a:=2.1; b:=7.3; c:=a*b; write\(int\(c\)) end.